kopia lustrzana https://github.com/OpenDroneMap/ODM
Merge pull request #1337 from Saijin-Naib/Saijin-Naib-ORB-enable
Enable ORB --feature-typepull/1342/head
commit
e0b5459dd5
|
@ -133,7 +133,7 @@ def config(argv=None, parser=None):
|
|||
metavar='<string>',
|
||||
action=StoreValue,
|
||||
default='sift',
|
||||
choices=['sift', 'hahog'],
|
||||
choices=['sift', 'orb', 'hahog'],
|
||||
help=('Choose the algorithm for extracting keypoints and computing descriptors. '
|
||||
'Can be one of: %(choices)s. Default: '
|
||||
'%(default)s'))
|
||||
|
|
Ładowanie…
Reference in New Issue