Fixed output default value in matcher-threshold param

pull/336/head
Piero Toffanin 2016-07-08 11:55:22 -05:00 zatwierdzone przez GitHub
rodzic b7673e9f5c
commit 1e7d386915
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>',