[nodes] ImageMatching: add option FrustumOrVocabularyTree

This commit is contained in:
Fabien Castan 2020-03-26 20:51:37 +01:00
parent bb683b6e32
commit 6a62644a68
2 changed files with 14 additions and 3 deletions

View file

@ -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,