mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 18:31:58 +02:00
[nodes] use dspsift instead of sift by default
This commit is contained in:
parent
a781044c8e
commit
7ee28b23ff
9 changed files with 10 additions and 10 deletions
|
@ -42,7 +42,7 @@ class CameraLocalization(desc.CommandLineNode):
|
|||
name='matchDescTypes',
|
||||
label='Match Desc Types',
|
||||
description='''Describer types to use for the matching.''',
|
||||
value=['sift'],
|
||||
value=['dspsift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||
exclusive=False,
|
||||
uid=[0],
|
||||
|
|
|
@ -49,7 +49,7 @@ class CameraRigCalibration(desc.CommandLineNode):
|
|||
name='matchDescTypes',
|
||||
label='Match Describer Types',
|
||||
description='''The describer types to use for the matching''',
|
||||
value=['sift'],
|
||||
value=['dspsift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||
exclusive=False,
|
||||
uid=[0],
|
||||
|
|
|
@ -49,8 +49,8 @@ class CameraRigLocalization(desc.CommandLineNode):
|
|||
name='matchDescTypes',
|
||||
label='Match Describer Types',
|
||||
description='''The describer types to use for the matching''',
|
||||
value=['sift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||
value=['dspsift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||
exclusive=False,
|
||||
uid=[0],
|
||||
joinChar=',',
|
||||
|
|
|
@ -35,7 +35,7 @@ It can also be used to remove specific parts of from an SfM scene (like filter a
|
|||
name='describerTypes',
|
||||
label='Describer Types',
|
||||
description='Describer types to keep.',
|
||||
value=['sift'],
|
||||
value=['dspsift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv', 'unknown'],
|
||||
exclusive=False,
|
||||
uid=[0],
|
||||
|
|
|
@ -21,7 +21,7 @@ class ExportMatches(desc.CommandLineNode):
|
|||
name='describerTypes',
|
||||
label='Describer Types',
|
||||
description='Describer types used to describe an image.',
|
||||
value=['sift'],
|
||||
value=['dspsift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||
exclusive=False,
|
||||
uid=[0],
|
||||
|
|
|
@ -42,7 +42,7 @@ It is robust to motion-blur, depth-of-field, occlusion. Be careful to have enoug
|
|||
name='describerTypes',
|
||||
label='Describer Types',
|
||||
description='Describer types used to describe an image.',
|
||||
value=['sift'],
|
||||
value=['dspsift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||
exclusive=False,
|
||||
uid=[0],
|
||||
|
|
|
@ -63,7 +63,7 @@ then it checks the number of features that validates this model and iterate thro
|
|||
name='describerTypes',
|
||||
label='Describer Types',
|
||||
description='Describer types used to describe an image.',
|
||||
value=['sift'],
|
||||
value=['dspsift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||
exclusive=False,
|
||||
uid=[0],
|
||||
|
|
|
@ -52,7 +52,7 @@ It is known to be faster but less robust to challenging datasets than the Increm
|
|||
name='describerTypes',
|
||||
label='Describer Types',
|
||||
description='Describer types used to describe an image.',
|
||||
value=['sift'],
|
||||
value=['dspsift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4',
|
||||
'sift_ocv', 'akaze_ocv'],
|
||||
exclusive=False,
|
||||
|
|
|
@ -97,7 +97,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
name='describerTypes',
|
||||
label='Describer Types',
|
||||
description='Describer types used to describe an image.',
|
||||
value=['sift'],
|
||||
value=['dspsift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||
exclusive=False,
|
||||
uid=[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue