diff --git a/modules/core/include/opencv2/core.hpp b/modules/core/include/opencv2/core.hpp index 2f8039dc47..0107a69055 100644 --- a/modules/core/include/opencv2/core.hpp +++ b/modules/core/include/opencv2/core.hpp @@ -1063,19 +1063,19 @@ around both axes. CV_EXPORTS_W void flip(InputArray src, OutputArray dst, int flipCode); enum RotateFlags { - ROTATE_90_CLOCKWISE = 0, //Rotate 90 degrees clockwise - ROTATE_180 = 1, //Rotate 180 degrees clockwise - ROTATE_90_COUNTERCLOCKWISE = 2, //Rotate 270 degrees clockwise + ROTATE_90_CLOCKWISE = 0, //!