From 5e1a656bbbb5fe8798a4a95fd2e963383168e743 Mon Sep 17 00:00:00 2001 From: Suleyman TURKMEN Date: Sun, 4 Mar 2018 17:16:42 +0300 Subject: [PATCH] Update core.hpp --- modules/core/include/opencv2/core.hpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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, //!