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

Merge pull request #6824 from dozyc:tapi_hog_sample

This commit is contained in:
Alexander Alekhin
2016-07-13 15:18:14 +00:00
6 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ int main(int argc, char** argv)
"{ i input | | specify input image }"
"{ c camera | 0 | specify camera id }"
"{ o output | clahe_output.jpg | specify output save path}"
"{ h help | false | print help message }";
"{ h help | | print help message }";
cv::CommandLineParser cmd(argc, argv, keys);
if (cmd.has("help"))