mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-30 17:36:33 +02:00
[nodes] ExportDistortion: Add ST maps as viewable outputs
This commit is contained in:
parent
73332694fa
commit
962e0fa65f
1 changed files with 18 additions and 0 deletions
|
@ -28,4 +28,22 @@ Export the distortion model and parameters of cameras in a SfM scene.
|
|||
value=desc.Node.internalFolder,
|
||||
uid=[],
|
||||
),
|
||||
desc.File(
|
||||
name='distoStMap',
|
||||
label='Distortion ST Map',
|
||||
description='Calibrated distortion ST map.',
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder + '<INTRINSIC_ID>_distort.exr',
|
||||
group='', # do not export on the command line
|
||||
uid=[],
|
||||
),
|
||||
desc.File(
|
||||
name='undistoStMap',
|
||||
label='Undistortion ST Map',
|
||||
description='Calibrated undistortion ST map.',
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder + '<INTRINSIC_ID>_undistort.exr',
|
||||
group='', # do not export on the command line
|
||||
uid=[],
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue