From 4a28ef80348be97f92f401cb8e60daadf27b34ea Mon Sep 17 00:00:00 2001 From: Guillaume Jacob Date: Thu, 18 Jul 2019 10:04:47 +0200 Subject: [PATCH] calib3d: fix format in findChessboardCornersSB doxygen --- modules/calib3d/include/opencv2/calib3d.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/calib3d/include/opencv2/calib3d.hpp b/modules/calib3d/include/opencv2/calib3d.hpp index 6256dec1aa..d3486b4caa 100644 --- a/modules/calib3d/include/opencv2/calib3d.hpp +++ b/modules/calib3d/include/opencv2/calib3d.hpp @@ -1226,8 +1226,8 @@ CV_EXPORTS_W bool checkChessboard(InputArray img, Size size); @param corners Output array of detected corners. @param flags Various operation flags that can be zero or a combination of the following values: - **CALIB_CB_NORMALIZE_IMAGE** Normalize the image gamma with equalizeHist before detection. -- **CALIB_CB_EXHAUSTIVE ** Run an exhaustive search to improve detection rate. -- **CALIB_CB_ACCURACY ** Up sample input image to improve sub-pixel accuracy due to aliasing effects. +- **CALIB_CB_EXHAUSTIVE** Run an exhaustive search to improve detection rate. +- **CALIB_CB_ACCURACY** Up sample input image to improve sub-pixel accuracy due to aliasing effects. This should be used if an accurate camera calibration is required. The function is analog to findchessboardCorners but uses a localized radon