1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

updating python tutorials + providing necessary data

This commit is contained in:
StevenPuttemans
2016-10-25 11:41:03 +02:00
parent 2038434c7e
commit 5728f796f6
20 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ int main(int argc, char** argv)
"{ h help | | print help message }"
"{ i input | | specify input image}"
"{ c camera | -1 | enable camera capturing }"
"{ v video | ../data/768x576.avi | use video as input }"
"{ v video | ../data/vtest.avi | use video as input }"
"{ g gray | | convert image to gray one or not}"
"{ s scale | 1.0 | resize the image before detect}"
"{ o output | | specify output path when input is images}";