mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 23:08:25 +02:00
Merge pull request #1924 from alicevision/mug/refactoQtAV
[ui] Reflect changes made in QtAliceVision refactorize PR
This commit is contained in:
commit
cef8cf6fd8
4 changed files with 124 additions and 134 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue