mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-15 15:55:18 +02:00
[nodes] FeatureMatching
Add fundamental_with_distortion
option
This commit is contained in:
parent
37a8d20804
commit
a41a4e1fdb
1 changed files with 2 additions and 1 deletions
|
@ -77,12 +77,13 @@ class FeatureMatching(desc.CommandLineNode):
|
||||||
label='Geometric Filter Type',
|
label='Geometric Filter Type',
|
||||||
description='Geometric validation method to filter features matches: \n'
|
description='Geometric validation method to filter features matches: \n'
|
||||||
' * fundamental_matrix\n'
|
' * fundamental_matrix\n'
|
||||||
|
' * fundamental_with_distortion\n'
|
||||||
' * essential_matrix\n'
|
' * essential_matrix\n'
|
||||||
' * homography_matrix\n'
|
' * homography_matrix\n'
|
||||||
' * homography_growing\n'
|
' * homography_growing\n'
|
||||||
' * no_filtering',
|
' * no_filtering',
|
||||||
value='fundamental_matrix',
|
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,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
advanced=True,
|
advanced=True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue