Skip to content

Commit

Permalink
Merge pull request #2196 from alicevision/dev/meshing/addMinVis
Browse files Browse the repository at this point in the history
[nodes] Meshing: expose minVis param
  • Loading branch information
cbentejac authored Sep 22, 2023
2 parents 392f144 + 8f4a695 commit 8ea185e
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 8ea185e

Please sign in to comment.