From 85f3ae4bddb1a190ea1de918634d175bb24f4c54 Mon Sep 17 00:00:00 2001 From: GuillaumeDev Date: Thu, 8 Jul 2021 17:51:21 +0200 Subject: [PATCH] [nodes] add "undistortMasks" option for MeshMasking --- meshroom/nodes/aliceVision/MeshMasking.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meshroom/nodes/aliceVision/MeshMasking.py b/meshroom/nodes/aliceVision/MeshMasking.py index 3dad506e..8a582d6a 100644 --- a/meshroom/nodes/aliceVision/MeshMasking.py +++ b/meshroom/nodes/aliceVision/MeshMasking.py @@ -60,6 +60,14 @@ Decimate triangles based on image masks. value=False, 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( name='verboseLevel', label='Verbose Level',