[nodes] add dspsift on all nodes using features

This commit is contained in:
Fabien Castan 2020-11-23 15:23:41 +01:00
parent 83f85df9e0
commit 24e6ee582f
6 changed files with 9 additions and 9 deletions

View file

@ -35,7 +35,7 @@ It can also be used to remove specific parts of from an SfM scene (like filter a
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', 'unknown'],
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv', 'unknown'],
exclusive=False,
uid=[0],
joinChar=',',