[nodes] LdrToHdrMerge: rename output param

This commit is contained in:
Fabien Castan 2020-07-09 14:08:43 +02:00
parent ec67c772fa
commit 55bec77b2d
2 changed files with 2 additions and 2 deletions

View file

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