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

Typo fix in Aruco documentation.

This commit is contained in:
lpanaf
2024-02-14 16:12:10 +03:00
committed by Alexander Smorkalov
parent 08f252d65a
commit 0fa538fcc8
@@ -252,7 +252,7 @@ struct CV_EXPORTS_W_SIMPLE RefineParameters {
*/
CV_PROP_RW float minRepDistance;
/** @brief minRepDistance rate of allowed erroneous bits respect to the error correction capability of the used dictionary.
/** @brief errorCorrectionRate rate of allowed erroneous bits respect to the error correction capability of the used dictionary.
*
* -1 ignores the error correction step.
*/