[hdri] update default hdri pipeline

This commit is contained in:
Fabien Castan 2019-11-26 20:53:24 +01:00
parent 6730dd3996
commit d72dd03ce6
2 changed files with 3 additions and 3 deletions

View file

@ -134,7 +134,7 @@ def hdriPipeline(graph):
imagePairsList=imageMatching.output)
panoramaExternalInfo = graph.addNewNode('PanoramaExternalInfo',
input=ldr2hdr.input)
input=ldr2hdr.outSfMDataFilename)
panoramaEstimation = graph.addNewNode('PanoramaEstimation',
input=panoramaExternalInfo.outSfMDataFilename,

View file

@ -81,7 +81,7 @@ class PanoramaEstimation(desc.CommandLineNode):
" * from essential matrix\n"
" * from homography matrix",
values=['essential_matrix', 'homography_matrix'],
value='essential_matrix',
value='homography_matrix',
exclusive=True,
uid=[0],
advanced=True,
@ -90,7 +90,7 @@ class PanoramaEstimation(desc.CommandLineNode):
name='refine',
label='Refine',
description='Refine camera relative poses, points and optionally internal camera parameter',
value=False,
value=True,
uid=[0],
),
desc.BoolParam(