tapi examples - Removing defaults from all command line switches accessed with has()

This commit is contained in:
DozyC
2016-05-19 23:20:55 -07:00
parent 3db19c046b
commit 6c4aae98f7
6 changed files with 12 additions and 12 deletions

View File

@@ -75,7 +75,7 @@ static void drawArrows(UMat& _frame, const vector<Point2f>& prevPts, const vecto
int main(int argc, const char* argv[])
{
const char* keys =
"{ h help | false | print help message }"
"{ h help | | print help message }"
"{ l left | | specify left image }"
"{ r right | | specify right image }"
"{ c camera | 0 | enable camera capturing }"