[nodes] Use lower case for imageDescriber type and preset

This commit is contained in:
Grégoire De Lillo 2018-06-06 11:59:23 +02:00 committed by Yann Lanthony
parent 236a82ece8
commit 50f01c4222
7 changed files with 29 additions and 33 deletions

View file

@ -39,10 +39,9 @@ class FeatureMatching(desc.CommandLineNode):
desc.ChoiceParam(
name='describerTypes',
label='Describer Types',
description='''Describer types used to describe an image.''',
value=['SIFT'],
values=['SIFT', 'SIFT_FLOAT', 'AKAZE', 'AKAZE_LIOP', 'AKAZE_MLDB', 'CCTAG3', 'CCTAG4', 'SIFT_OCV',
'AKAZE_OCV'],
description='Describer types used to describe an image.',
value=['sift'],
values=['sift', 'sift_float', 'sift_upright', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
exclusive=False,
uid=[0],
joinChar=',',