Merge pull request #25023 from asmorkalov:as/aruco_doc_fix

Typo fix in Aruco documentation
This commit is contained in:
Alexander Smorkalov 2024-02-15 12:21:43 +03:00 committed by GitHub
commit 2315bf52a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -252,7 +252,7 @@ struct CV_EXPORTS_W_SIMPLE RefineParameters {
*/ */
CV_PROP_RW float minRepDistance; 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. * -1 ignores the error correction step.
*/ */