Skip to content

Commit b0eddeb

Browse files
authored
Merge pull request opencv#23506 from MvWouden:patch-1
Fix typos in aruco_detector.hpp
2 parents b68aa12 + a7c6fed commit b0eddeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/objdetect/include/opencv2/objdetect/aruco_detector.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,13 @@ class CV_EXPORTS_W ArucoDetector : public Algorithm
269269
* and its corresponding identifier.
270270
* Note that this function does not perform pose estimation.
271271
* @note The function does not correct lens distortion or takes it into account. It's recommended to undistort
272-
* input image with corresponging camera model, if camera parameters are known
272+
* input image with corresponding camera model, if camera parameters are known
273273
* @sa undistort, estimatePoseSingleMarkers, estimatePoseBoard
274274
*/
275275
CV_WRAP void detectMarkers(InputArray image, OutputArrayOfArrays corners, OutputArray ids,
276276
OutputArrayOfArrays rejectedImgPoints = noArray()) const;
277277

278-
/** @brief Refind not detected markers based on the already detected and the board layout
278+
/** @brief Refine not detected markers based on the already detected and the board layout
279279
*
280280
* @param image input image
281281
* @param board layout of markers in the board.

0 commit comments

Comments
 (0)