Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser
This commit is contained in:
@@ -4233,7 +4233,6 @@ class CV_EXPORTS CommandLineParser
|
||||
template<typename _Tp>
|
||||
_Tp analyzeValue(const std::string& str);
|
||||
};
|
||||
|
||||
template<> CV_EXPORTS
|
||||
std::string CommandLineParser::analyzeValue<std::string>(const std::string& str);
|
||||
|
||||
|
Reference in New Issue
Block a user