mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +02:00
wip [ui] display global stats from sfm: residuals,landmarks per view
This commit is contained in:
parent
f07b959a2b
commit
150e142f92
5 changed files with 213 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue