Skip to content

Commit

Permalink
[nodes][SfMFilter] update SfMFilter node
Browse files Browse the repository at this point in the history
  • Loading branch information
almarouk committed Mar 26, 2024
1 parent 2db33dc commit 5e400e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions meshroom/nodes/aliceVision/SfMFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,16 @@ class SfMFilter(desc.AVCommandLineNode):
and node.filterParams.filterObservations3D.observationsPropagationEnabled.value,
uid=[0],
),
desc.BoolParam(
name="observationsPropagationKeep",
label="Keep Propagated Observations",
description="Specifies if propagated observations are to be kept at the end.",
value=False,
enabled=lambda node: node.filterParams.filterObservations3D.filterObservations3DEnabled.value
and node.filterParams.filterObservations3D.propagationEnabled.value
and node.filterParams.filterObservations3D.observationsPropagationEnabled.value,
uid=[0],
),
desc.FloatParam(
name="neighborsInfluence",
label="Neighbors Influence",
Expand Down

0 comments on commit 5e400e8

Please sign in to comment.