kopia lustrzana https://github.com/OpenDroneMap/ODM
Merge pull request #645 from pierotofy/patch-6
Removed unused matcher_threshold and matcher_ratiopull/661/head
commit
6722fefcf6
|
@ -115,21 +115,6 @@ def config():
|
||||||
'More features leads to better results but slower '
|
'More features leads to better results but slower '
|
||||||
'execution. Default: %(default)s'))
|
'execution. Default: %(default)s'))
|
||||||
|
|
||||||
parser.add_argument('--matcher-threshold',
|
|
||||||
metavar='<percent>',
|
|
||||||
default=2.0,
|
|
||||||
type=float,
|
|
||||||
help=('Ignore matched keypoints if the two images share '
|
|
||||||
'less than <float> percent of keypoints. Default:'
|
|
||||||
' %(default)s'))
|
|
||||||
|
|
||||||
parser.add_argument('--matcher-ratio',
|
|
||||||
metavar='<float>',
|
|
||||||
default=0.6,
|
|
||||||
type=float,
|
|
||||||
help=('Ratio of the distance to the next best matched '
|
|
||||||
'keypoint. Default: %(default)s'))
|
|
||||||
|
|
||||||
parser.add_argument('--matcher-neighbors',
|
parser.add_argument('--matcher-neighbors',
|
||||||
type=int,
|
type=int,
|
||||||
metavar='<integer>',
|
metavar='<integer>',
|
||||||
|
|
Ładowanie…
Reference in New Issue