mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 22:16:30 +02:00
Merge pull request #1273 from alicevision/dev_shapeFromSilhouette
[nodes] Meshing: Add `addMaskHelperPoints` option
This commit is contained in:
commit
3adb825f2a
1 changed files with 8 additions and 0 deletions
|
@ -342,6 +342,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