[ui] allow SfM augmentation when providing new images

* create two separate drop areas when adding images to the project (add images / augment reconstruction)
* add sfm augmentation in graph after intrinsics have been built
This commit is contained in:
Yann Lanthony 2018-03-12 17:49:56 +01:00
parent b25fbcd00b
commit 450f800fef
3 changed files with 76 additions and 11 deletions

View file

@ -67,7 +67,7 @@ Item {
currentIndex: reconstruction.cameraInitIndex
onCurrentIndexChanged: reconstruction.cameraInitIndex = currentIndex
onRemoveImageRequest: reconstruction.removeAttribute(attribute)
onFilesDropped: reconstruction.handleFilesDrop(drop, cameraInit)
onFilesDropped: reconstruction.handleFilesDrop(drop, augmentSfm ? null : cameraInit)
}
LiveSfmView {
visible: settings_UILayout.showLiveReconstruction