rotate            387 modules/core/include/opencv2/core/affine.hpp cv::Affine3<T> cv::Affine3<T>::rotate(const Mat3& R) const
rotate            411 modules/core/include/opencv2/core/affine.hpp cv::Affine3<T> cv::Affine3<T>::rotate(const Vec3& _rvec) const
rotate            174 modules/core/src/lapack.cpp #undef rotate
rotate            175 modules/core/src/lapack.cpp #define rotate(v0, v1) a0 = v0, b0 = v1, v0 = a0*c - b0*s, v1 = a0*s + b0*c
rotate            190 modules/core/src/lapack.cpp #undef rotate
rotate             56 modules/cudawarping/src/warp.cpp void cv::cuda::rotate(InputArray, OutputArray, Size, double, double, double, int, Stream&) { throw_no_cuda(); }
rotate            507 modules/cudawarping/src/warp.cpp void cv::cuda::rotate(InputArray _src, OutputArray _dst, Size dsize, double angle, double xShift, double yShift, int interpolation, Stream& stream)