mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 10:52:03 +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
|
@ -48,7 +48,7 @@ class CameraRigCalibration(desc.CommandLineNode):
|
|||
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'],
|
||||
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