Skip to content

Commit

Permalink
[nodes] PanoramaEstimation: new option to filter tracks
Browse files Browse the repository at this point in the history
This option disables tracks filtering by default.
  • Loading branch information
fabiencastan committed Jan 18, 2021
1 parent 7769cd4 commit 473b313
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meshroom/nodes/aliceVision/PanoramaEstimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ class PanoramaEstimation(desc.CommandLineNode):
uid=[0],
advanced=True,
),
desc.BoolParam(
name='filterMatches',
label='Filter Matches',
description='Filter Matches',
value=False,
uid=[0],
),
desc.BoolParam(
name='refine',
label='Refine',
Expand Down

0 comments on commit 473b313

Please sign in to comment.