Merge pull request #1273 from alicevision/dev_shapeFromSilhouette

[nodes] Meshing: Add `addMaskHelperPoints` option
This commit is contained in:
Fabien Castan 2021-02-12 15:59:41 +01:00 committed by GitHub
commit 3adb825f2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',