Skip to content

Commit

Permalink
[nodes] FeatureMatching Add fundamental_with_distortion option
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoire-dl authored and fabiencastan committed Sep 19, 2019
1 parent 37a8d20 commit a41a4e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meshroom/nodes/aliceVision/FeatureMatching.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@ class FeatureMatching(desc.CommandLineNode):
label='Geometric Filter Type',
description='Geometric validation method to filter features matches: \n'
' * fundamental_matrix\n'
' * fundamental_with_distortion\n'
' * essential_matrix\n'
' * homography_matrix\n'
' * homography_growing\n'
' * no_filtering',
value='fundamental_matrix',
values=['fundamental_matrix', 'essential_matrix', 'homography_matrix', 'homography_growing', 'no_filtering'],
values=['fundamental_matrix', 'fundamental_with_distortion', 'essential_matrix', 'homography_matrix', 'homography_growing', 'no_filtering'],
exclusive=True,
uid=[0],
advanced=True,
Expand Down

0 comments on commit a41a4e1

Please sign in to comment.