mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 19:47:39 +02:00
[nodes] DistortionCalibration: cosmetics
This commit is contained in:
parent
f03cb7de54
commit
5b35b9a12e
1 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "2.0"
|
__version__ = '2.0'
|
||||||
|
|
||||||
from meshroom.core import desc
|
from meshroom.core import desc
|
||||||
|
|
||||||
|
@ -15,21 +15,21 @@ class DistortionCalibration(desc.CommandLineNode):
|
||||||
desc.File(
|
desc.File(
|
||||||
name='input',
|
name='input',
|
||||||
label='SfmData',
|
label='SfmData',
|
||||||
description="SfmData File",
|
description='SfmData File',
|
||||||
value='',
|
value='',
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.ListAttribute(
|
desc.ListAttribute(
|
||||||
elementDesc=desc.File(
|
elementDesc=desc.File(
|
||||||
name="lensGridImage",
|
name='lensGridImage',
|
||||||
label="Lens Grid Image",
|
label='Lens Grid Image',
|
||||||
description="",
|
description='',
|
||||||
value="",
|
value='',
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
name="lensGrid",
|
name='lensGrid',
|
||||||
label="Lens Grid Images",
|
label='Lens Grid Images',
|
||||||
description="Lens grid images to estimate the optical distortions."
|
description='Lens grid images to estimate the optical distortions.',
|
||||||
),
|
),
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='verboseLevel',
|
name='verboseLevel',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue