Increase default min number of features to extract

At 4000, there were some issues that compounded into stitching problems while texturing. I tested at 8000 and 6000, and found better results.
pull/219/head
Dakota Benjamin 2015-12-09 12:04:03 -05:00
rodzic a12d674942
commit c6d0d3cb13
1 zmienionych plików z 1 dodań i 1 usunięć

2
run.py
Wyświetl plik

@ -100,7 +100,7 @@ parser.add_argument('--force-ccd',
parser.add_argument('--min-num-features',
metavar='<integer>',
default=4000,
default=6000,
type=int,
help=('Minimum number of features to extract per image. '
'More features leads to better results but slower '