mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +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
|
@ -52,7 +52,7 @@ It is known to be faster but less robust to challenging datasets than the Increm
|
|||
name='describerTypes',
|
||||
label='Describer Types',
|
||||
description='Describer types used to describe an image.',
|
||||
value=['sift'],
|
||||
value=['dspsift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'dspsift', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4',
|
||||
'sift_ocv', 'akaze_ocv'],
|
||||
exclusive=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue