From 4d80419f29f828ee0799b94530e2f4b26f561576 Mon Sep 17 00:00:00 2001 From: Ali Sentas Date: Mon, 29 Jan 2018 15:14:21 +0300 Subject: [PATCH] Fix cv::CommandLineParser::check() documentation --- modules/core/include/opencv2/core/utility.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/include/opencv2/core/utility.hpp b/modules/core/include/opencv2/core/utility.hpp index 69d114e156..bfbf7d5f01 100644 --- a/modules/core/include/opencv2/core/utility.hpp +++ b/modules/core/include/opencv2/core/utility.hpp @@ -909,7 +909,7 @@ public: /** @brief Check for parsing errors - Returns true if error occurred while accessing the parameters (bad conversion, missing arguments, + Returns false if error occurred while accessing the parameters (bad conversion, missing arguments, etc.). Call @ref printErrors to print error messages list. */ bool check() const;