mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-11 16:16:56 +02:00
[hdri] update default values for hdri pipeline
This commit is contained in:
parent
d29b48e239
commit
1e7c201216
3 changed files with 3 additions and 2 deletions
|
@ -125,6 +125,7 @@ def hdriPipeline(graph):
|
|||
|
||||
featureExtraction = graph.addNewNode('FeatureExtraction',
|
||||
input=ldr2hdr.outSfMDataFilename)
|
||||
featureExtraction.describerPreset.value = 'high'
|
||||
imageMatching = graph.addNewNode('ImageMatching',
|
||||
input=featureExtraction.input,
|
||||
featuresFolders=[featureExtraction.output])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue