[nodes] use dspsift instead of sift by default

This commit is contained in:
Fabien Castan 2021-04-13 17:31:15 +02:00
parent a781044c8e
commit 7ee28b23ff
9 changed files with 10 additions and 10 deletions

View file

@ -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],