mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 10:21:59 +02:00
[nodes] ImageMatching: add option FrustumOrVocabularyTree
This commit is contained in:
parent
bb683b6e32
commit
6a62644a68
2 changed files with 14 additions and 3 deletions
|
@ -152,7 +152,8 @@ def hdriPipeline(graph):
|
|||
|
||||
imageMatching = graph.addNewNode('ImageMatching',
|
||||
input=panoramaInit.outSfMDataFilename,
|
||||
featuresFolders=[featureExtraction.output])
|
||||
featuresFolders=[featureExtraction.output],
|
||||
method='FrustumOrVocabularyTree')
|
||||
featureMatching = graph.addNewNode('FeatureMatching',
|
||||
input=imageMatching.input,
|
||||
featuresFolders=imageMatching.featuresFolders,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue