mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
do not parse empty default values and improve error messages
This commit is contained in:
@@ -618,7 +618,7 @@ For the described keys:
|
||||
# Bad call
|
||||
$ ./app -fps=aaa
|
||||
ERRORS:
|
||||
Exception: can not convert: [aaa] to [double]
|
||||
Parameter 'fps': can not convert: [aaa] to [double]
|
||||
@endcode
|
||||
*/
|
||||
class CV_EXPORTS CommandLineParser
|
||||
|
||||
Reference in New Issue
Block a user