wip [ui] display global stats from sfm: residuals,landmarks per view

This commit is contained in:
Theo 2020-03-31 17:51:10 +02:00
parent f07b959a2b
commit 150e142f92
5 changed files with 213 additions and 5 deletions

View file

@ -12,6 +12,8 @@ Repeater {
/// ViewID to display the features of
property int viewId
/// SfMData to display the data of SfM
property var sfmData
/// Folder containing the features files
property string folder
/// The list of describer types to load
@ -35,6 +37,7 @@ Repeater {
viewId: root.viewId
color: root.colors[colorIndex]
displayMode: root.displayMode
msfmData: root.sfmData
}
}