mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 23:08:25 +02:00
[nodes] Use lower case for imageDescriber type and preset
This commit is contained in:
parent
236a82ece8
commit
50f01c4222
7 changed files with 29 additions and 33 deletions
|
@ -35,9 +35,9 @@ class SfMTransform(desc.CommandLineNode):
|
|||
desc.ChoiceParam(
|
||||
name='landmarksDescriberTypes',
|
||||
label='Landmarks Describer Types',
|
||||
description='''Image describer types used to compute the mean of the point cloud. (only for 'landmarks' method)''',
|
||||
value=['SIFT', 'SIFT_FLOAT', 'AKAZE', 'AKAZE_LIOP', 'AKAZE_MLDB', 'CCTAG3', 'CCTAG4', 'SIFT_OCV', 'AKAZE_OCV'],
|
||||
values=['SIFT', 'SIFT_FLOAT', 'AKAZE', 'AKAZE_LIOP', 'AKAZE_MLDB', 'CCTAG3', 'CCTAG4', 'SIFT_OCV', 'AKAZE_OCV'],
|
||||
description='Image describer types used to compute the mean of the point cloud. (only for "landmarks" method).',
|
||||
value=['sift', 'akaze'],
|
||||
values=['sift', 'sift_float', 'sift_upright', '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