mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 07:48:37 +02:00
[nodes] Meshing: export minVis
This commit is contained in:
parent
3fc908c019
commit
8f4a69595f
1 changed files with 9 additions and 0 deletions
|
@ -244,6 +244,15 @@ A Graph Cut Max-Flow is applied to optimally cut the volume. This cut represents
|
|||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.IntParam(
|
||||
name="minVis",
|
||||
label="Min Observations",
|
||||
description="Filter points based on their number of observations.",
|
||||
value=2,
|
||||
range=(1, 20, 1),
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.FloatParam(
|
||||
name="pixSizeMarginInitCoef",
|
||||
label="Pix Size Margin Init Coef",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue