Merge pull request #336 from pierotofy/patch-2

Fixed output default value in matcher-threshold param
pull/342/head
Dakota Benjamin 2016-07-08 13:07:29 -04:00 zatwierdzone przez GitHub
commit 8e27c65aac
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -81,7 +81,7 @@ def config():
type=float,
help=('Ignore matched keypoints if the two images share '
'less than <float> percent of keypoints. Default:'
' $(default)s'))
' %(default)s'))
parser.add_argument('--matcher-ratio',
metavar='<float>',