1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Fix typos in documentation: 'algorighm' -> 'algorithm', 'necesary' -> 'necessary'

This commit is contained in:
raimbekovm
2025-12-24 22:11:28 +06:00
parent 3e89c3e26f
commit 2fb95415dd
2 changed files with 2 additions and 2 deletions
@@ -62,7 +62,7 @@ public:
/**
* @brief detect aruco markers and interpolate position of ChArUco board corners
* @param image input image necesary for corner refinement. Note that markers are not detected and
* @param image input image necessary for corner refinement. Note that markers are not detected and
* should be sent in corners and ids parameters.
* @param charucoCorners interpolated chessboard corners.
* @param charucoIds interpolated chessboard corners identifiers.