mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 01:46:31 +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
|
@ -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=',',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue