Merge pull request #1924 from alicevision/mug/refactoQtAV

[ui] Reflect changes made in QtAliceVision refactorize PR
This commit is contained in:
Candice Bentéjac 2023-05-26 14:57:36 +02:00 committed by GitHub
commit cef8cf6fd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 124 additions and 134 deletions

View file

@ -408,6 +408,10 @@ class Reconstruction(UIGraph):
"SfMAlignment"],
# All nodes generating depth map files
"allDepthMap": ["DepthMap", "DepthMapFilter"],
# Nodes that can be used to provide features folders to the UI
"featureProvider": ["FeatureExtraction", "FeatureMatching", "StructureFromMotion"],
# Nodes that can be used to provide matches folders to the UI
"matchProvider": ["FeatureMatching", "StructureFromMotion"]
}
def __init__(self, undoStack, taskManager, defaultPipeline='', parent=None):