Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser

This commit is contained in:
Kirill Kornyakov
2011-06-08 06:45:21 +00:00
parent c7a42e9682
commit aad9b3219c
3 changed files with 92 additions and 35 deletions

View File

@@ -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);