Fix typos in aruco_detector.hpp

"corresponging" -> "corresponding"
"Refind" -> "Refine"
This commit is contained in:
Milan van Wouden 2023-04-18 14:00:21 +02:00 committed by GitHub
parent b68aa12572
commit a7c6fedebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.