Fixed output default value in matcher-threshold param

Former-commit-id: 1e7d386915
pull/1161/head
Piero Toffanin 2016-07-08 11:55:22 -05:00 zatwierdzone przez GitHub
rodzic a7013631cb
commit 3a762bba89
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>',