From a7c6fedebd9f73a633f518cfffa493b5761b6408 Mon Sep 17 00:00:00 2001 From: Milan van Wouden <56082205+MvWouden@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:00:21 +0200 Subject: [PATCH] Fix typos in aruco_detector.hpp "corresponging" -> "corresponding" "Refind" -> "Refine" --- .../objdetect/include/opencv2/objdetect/aruco_detector.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/objdetect/include/opencv2/objdetect/aruco_detector.hpp b/modules/objdetect/include/opencv2/objdetect/aruco_detector.hpp index c7338c39e0..0f64d45aa0 100644 --- a/modules/objdetect/include/opencv2/objdetect/aruco_detector.hpp +++ b/modules/objdetect/include/opencv2/objdetect/aruco_detector.hpp @@ -269,13 +269,13 @@ public: * and its corresponding identifier. * Note that this function does not perform pose estimation. * @note The function does not correct lens distortion or takes it into account. It's recommended to undistort - * input image with corresponging camera model, if camera parameters are known + * input image with corresponding camera model, if camera parameters are known * @sa undistort, estimatePoseSingleMarkers, estimatePoseBoard */ CV_WRAP void detectMarkers(InputArray image, OutputArrayOfArrays corners, OutputArray ids, OutputArrayOfArrays rejectedImgPoints = noArray()) const; - /** @brief Refind not detected markers based on the already detected and the board layout + /** @brief Refine not detected markers based on the already detected and the board layout * * @param image input image * @param board layout of markers in the board.