Skip to content

Commit

Permalink
[nodes] Meshing: export minVis
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Sep 20, 2023
1 parent 3fc908c commit 8f4a695
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions meshroom/nodes/aliceVision/Meshing.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,15 @@ class Meshing(desc.AVCommandLineNode):
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",
Expand Down

0 comments on commit 8f4a695

Please sign in to comment.