mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-20 12:36:29 +02:00
[hdri] update default hdri pipeline
This commit is contained in:
parent
6730dd3996
commit
d72dd03ce6
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue