mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[nodes] PanoramaEstimation: Use double-quotes instead of single ones
This commit is contained in:
parent
74a91502db
commit
7e537887a6
1 changed files with 9 additions and 9 deletions
|
@ -131,27 +131,27 @@ Estimate relative camera rotations between input images.
|
|||
uid=[0],
|
||||
),
|
||||
desc.FloatParam(
|
||||
name='maxAngleToPrior',
|
||||
label='Max Angle To Priors (deg.)',
|
||||
description='''Maximal angle allowed regarding the input prior (in degrees) before refinement.''',
|
||||
name="maxAngleToPrior",
|
||||
label="Max Angle To Priors (deg.)",
|
||||
description="Maximum angle allowed regarding the input prior (in degrees) before refinement.",
|
||||
value=20.0,
|
||||
range=(0.0, 360.0, 1.0),
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.FloatParam(
|
||||
name='maxAngleToPriorRefined',
|
||||
label='Max Refined Angle To Priors (deg.)',
|
||||
description='''Maximal angle allowed regarding the input prior (in degrees) after refinement.''',
|
||||
name="maxAngleToPriorRefined",
|
||||
label="Max Refined Angle To Priors (deg.)",
|
||||
description="Maximum angle allowed regarding the input prior (in degrees) after refinement.",
|
||||
value=2.0,
|
||||
range=(0.0, 360.0, 1.0),
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.FloatParam(
|
||||
name='maxAngularError',
|
||||
label='Max Angular Error (deg.)',
|
||||
description='''Maximal angular error in global rotation averging (in degrees).''',
|
||||
name="maxAngularError",
|
||||
label="Max Angular Error (deg.)",
|
||||
description="Maximum angular error in global rotation averging (in degrees).",
|
||||
value=100.0,
|
||||
range=(0.0, 360.0, 1.0),
|
||||
uid=[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue