mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-15 18:16:57 +02:00
[nodes] add dspsift on all nodes using features
This commit is contained in:
parent
83f85df9e0
commit
24e6ee582f
6 changed files with 9 additions and 9 deletions
|
@ -41,7 +41,7 @@ class CameraLocalization(desc.CommandLineNode):
|
|||
label='Match Desc Types',
|
||||
description='''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'],
|
||||
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