mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-30 01:16:33 +02:00
[nodes] Meshing: Add addMaskHelperPoints
option
This commit is contained in:
parent
8d0cd74581
commit
6a39b1bb33
1 changed files with 8 additions and 0 deletions
|
@ -317,6 +317,14 @@ A Graph Cut Max-Flow is applied to optimally cut the volume. This cut represents
|
|||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='addMaskHelperPoints',
|
||||
label='Add Mask Helper Points',
|
||||
description='Add Helper points on the outline of the depth maps masks.',
|
||||
value=False,
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='saveRawDensePointCloud',
|
||||
label='Save Raw Dense Point Cloud',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue