mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +02:00
[nodes] LdrToHdrMerge: rename output param
This commit is contained in:
parent
ec67c772fa
commit
55bec77b2d
2 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ def hdriPipeline(graph):
|
|||
response=ldr2hdrCalibration.response)
|
||||
|
||||
featureExtraction = graph.addNewNode('FeatureExtraction',
|
||||
input=ldr2hdrMerge.outSfMDataFilename,
|
||||
input=ldr2hdrMerge.outSfMData,
|
||||
describerPreset='high')
|
||||
|
||||
panoramaInit = graph.addNewNode('PanoramaInit',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue