mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-24 12:07:19 +02:00
[nodes] add "undistortMasks" option for MeshMasking
This commit is contained in:
parent
f16402ff06
commit
85f3ae4bdd
1 changed files with 8 additions and 0 deletions
|
@ -60,6 +60,14 @@ Decimate triangles based on image masks.
|
||||||
value=False,
|
value=False,
|
||||||
uid=[0]
|
uid=[0]
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='undistortMasks',
|
||||||
|
label='Undistort Masks',
|
||||||
|
description='''Undistort the masks with the same parameters as the matching image.
|
||||||
|
Tick it if the masks are drawn on the original images.''',
|
||||||
|
value=False,
|
||||||
|
uid=[0]
|
||||||
|
),
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='verboseLevel',
|
name='verboseLevel',
|
||||||
label='Verbose Level',
|
label='Verbose Level',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue