Skip to content

Commit

Permalink
Merge pull request #584 from pramukta/unknown-feature-tag
Browse files Browse the repository at this point in the history
Add option to include 'unknown' feature types in ConvertSfMFormat
  • Loading branch information
fabiencastan authored Sep 15, 2019
2 parents 6e8a6de + f859f87 commit 37a8d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshroom/nodes/aliceVision/ConvertSfMFormat.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ConvertSfMFormat(desc.CommandLineNode):
label='Describer Types',
description='Describer types to keep.',
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', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv', 'unknown'],
exclusive=False,
uid=[0],
joinChar=',',
Expand Down

0 comments on commit 37a8d20

Please sign in to comment.