mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 03:41:56 +02:00
[nodes] use dspsift instead of sift by default
This commit is contained in:
parent
a781044c8e
commit
7ee28b23ff
9 changed files with 10 additions and 10 deletions
|
@ -35,7 +35,7 @@ It can also be used to remove specific parts of from an SfM scene (like filter a
|
|||
name='describerTypes',
|
||||
label='Describer Types',
|
||||
description='Describer types to keep.',
|
||||
value=['sift'],
|
||||
value=['dspsift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv', 'unknown'],
|
||||
exclusive=False,
|
||||
uid=[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue