mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-20 20:46:28 +02:00
[nodes] add feature type: dsp-sift
This commit is contained in:
parent
4e5bef2a80
commit
dfaa19e5e2
5 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@ It is robust to motion-blur, depth-of-field, occlusion. Be careful to have enoug
|
||||||
label='Describer Types',
|
label='Describer Types',
|
||||||
description='Describer types used to describe an image.',
|
description='Describer types used to describe an image.',
|
||||||
value=['sift'],
|
value=['sift'],
|
||||||
values=['sift', 'sift_float', 'sift_upright', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||||
exclusive=False,
|
exclusive=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
joinChar=',',
|
joinChar=',',
|
||||||
|
|
|
@ -63,7 +63,7 @@ then it checks the number of features that validates this model and iterate thro
|
||||||
label='Describer Types',
|
label='Describer Types',
|
||||||
description='Describer types used to describe an image.',
|
description='Describer types used to describe an image.',
|
||||||
value=['sift'],
|
value=['sift'],
|
||||||
values=['sift', 'sift_float', 'sift_upright', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||||
exclusive=False,
|
exclusive=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
joinChar=',',
|
joinChar=',',
|
||||||
|
|
|
@ -25,7 +25,7 @@ class FeatureRepeatability(desc.CommandLineNode):
|
||||||
label='Describer Types',
|
label='Describer Types',
|
||||||
description='Describer types used to describe an image.',
|
description='Describer types used to describe an image.',
|
||||||
value=['sift'],
|
value=['sift'],
|
||||||
values=['sift', 'sift_float', 'sift_upright', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||||
exclusive=False,
|
exclusive=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
joinChar=',',
|
joinChar=',',
|
||||||
|
|
|
@ -52,7 +52,7 @@ It is known to be faster but less robust to challenging datasets than the Increm
|
||||||
label='Describer Types',
|
label='Describer Types',
|
||||||
description='Describer types used to describe an image.',
|
description='Describer types used to describe an image.',
|
||||||
value=['sift'],
|
value=['sift'],
|
||||||
values=['sift', 'sift_float', 'sift_upright', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4',
|
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4',
|
||||||
'sift_ocv', 'akaze_ocv'],
|
'sift_ocv', 'akaze_ocv'],
|
||||||
exclusive=False,
|
exclusive=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
|
|
@ -97,7 +97,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
||||||
label='Describer Types',
|
label='Describer Types',
|
||||||
description='Describer types used to describe an image.',
|
description='Describer types used to describe an image.',
|
||||||
value=['sift'],
|
value=['sift'],
|
||||||
values=['sift', 'sift_float', 'sift_upright', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||||
exclusive=False,
|
exclusive=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
joinChar=',',
|
joinChar=',',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue