mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
Merge pull request #23506 from MvWouden:patch-1
Fix typos in aruco_detector.hpp
This commit is contained in:
commit
b0eddeba2d
@ -269,13 +269,13 @@ public:
|
|||||||
* and its corresponding identifier.
|
* and its corresponding identifier.
|
||||||
* Note that this function does not perform pose estimation.
|
* 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
|
* @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
|
* @sa undistort, estimatePoseSingleMarkers, estimatePoseBoard
|
||||||
*/
|
*/
|
||||||
CV_WRAP void detectMarkers(InputArray image, OutputArrayOfArrays corners, OutputArray ids,
|
CV_WRAP void detectMarkers(InputArray image, OutputArrayOfArrays corners, OutputArray ids,
|
||||||
OutputArrayOfArrays rejectedImgPoints = noArray()) const;
|
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 image input image
|
||||||
* @param board layout of markers in the board.
|
* @param board layout of markers in the board.
|
||||||
|
Loading…
Reference in New Issue
Block a user