mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-21 13:06:28 +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)
|
imagePairsList=imageMatching.output)
|
||||||
|
|
||||||
panoramaExternalInfo = graph.addNewNode('PanoramaExternalInfo',
|
panoramaExternalInfo = graph.addNewNode('PanoramaExternalInfo',
|
||||||
input=ldr2hdr.input)
|
input=ldr2hdr.outSfMDataFilename)
|
||||||
|
|
||||||
panoramaEstimation = graph.addNewNode('PanoramaEstimation',
|
panoramaEstimation = graph.addNewNode('PanoramaEstimation',
|
||||||
input=panoramaExternalInfo.outSfMDataFilename,
|
input=panoramaExternalInfo.outSfMDataFilename,
|
||||||
|
|
|
@ -81,7 +81,7 @@ class PanoramaEstimation(desc.CommandLineNode):
|
||||||
" * from essential matrix\n"
|
" * from essential matrix\n"
|
||||||
" * from homography matrix",
|
" * from homography matrix",
|
||||||
values=['essential_matrix', 'homography_matrix'],
|
values=['essential_matrix', 'homography_matrix'],
|
||||||
value='essential_matrix',
|
value='homography_matrix',
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
advanced=True,
|
advanced=True,
|
||||||
|
@ -90,7 +90,7 @@ class PanoramaEstimation(desc.CommandLineNode):
|
||||||
name='refine',
|
name='refine',
|
||||||
label='Refine',
|
label='Refine',
|
||||||
description='Refine camera relative poses, points and optionally internal camera parameter',
|
description='Refine camera relative poses, points and optionally internal camera parameter',
|
||||||
value=False,
|
value=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue