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

fix typo in AlgorithmHint description

This commit is contained in:
Letu Ren
2024-12-04 16:51:32 +08:00
parent 3b1ec72cf5
commit 2b28a6e205
@@ -602,7 +602,7 @@ bool isAligned(const void* p1, const void* p2, const void* p3, const void* p4)
return isAligned<N>(((size_t)p1)|((size_t)p2)|((size_t)p3)|((size_t)p4));
}
/*! @brief Flags that allow to midify some functions behavior. Used as set of flags.
/*! @brief Flags that allow to modify some functions' behavior. Used as set of flags.
*/
enum AlgorithmHint {
ALGO_HINT_DEFAULT = 0, //!< Default algorithm behaviour defined during OpenCV build