rot 169 3rdparty/openexr/Imath/ImathMatrixAlgo.h Vec3<T> &rot); rot 173 3rdparty/openexr/Imath/ImathMatrixAlgo.h Vec3<T> &rot); rot 339 3rdparty/openexr/Imath/ImathMatrixAlgo.h T &rot); rot 383 3rdparty/openexr/Imath/ImathMatrixAlgo.h Vec3<T> rot; rot 386 3rdparty/openexr/Imath/ImathMatrixAlgo.h if (! extractSHRT (mat, scl, shr, rot, tran, exc)) rot 392 3rdparty/openexr/Imath/ImathMatrixAlgo.h M.rotate (rot); rot 405 3rdparty/openexr/Imath/ImathMatrixAlgo.h Vec3<T> rot; rot 408 3rdparty/openexr/Imath/ImathMatrixAlgo.h if (! extractSHRT (mat, scl, shr, rot, tran, exc)) rot 413 3rdparty/openexr/Imath/ImathMatrixAlgo.h mat.rotate (rot); rot 592 3rdparty/openexr/Imath/ImathMatrixAlgo.h extractEulerXYZ (const Matrix44<T> &mat, Vec3<T> &rot) rot 615 3rdparty/openexr/Imath/ImathMatrixAlgo.h rot.x = Math<T>::atan2 (M[1][2], M[2][2]); rot 624 3rdparty/openexr/Imath/ImathMatrixAlgo.h N.rotate (Vec3<T> (-rot.x, 0, 0)); rot 632 3rdparty/openexr/Imath/ImathMatrixAlgo.h rot.y = Math<T>::atan2 (-N[0][2], cy); rot 633 3rdparty/openexr/Imath/ImathMatrixAlgo.h rot.z = Math<T>::atan2 (-N[1][0], N[1][1]); rot 639 3rdparty/openexr/Imath/ImathMatrixAlgo.h extractEulerZYX (const Matrix44<T> &mat, Vec3<T> &rot) rot 662 3rdparty/openexr/Imath/ImathMatrixAlgo.h rot.x = -Math<T>::atan2 (M[1][0], M[0][0]); rot 671 3rdparty/openexr/Imath/ImathMatrixAlgo.h N.rotate (Vec3<T> (0, 0, -rot.x)); rot 679 3rdparty/openexr/Imath/ImathMatrixAlgo.h rot.y = -Math<T>::atan2 (-N[2][0], cy); rot 680 3rdparty/openexr/Imath/ImathMatrixAlgo.h rot.z = -Math<T>::atan2 (-N[1][2], N[1][1]); rot 688 3rdparty/openexr/Imath/ImathMatrixAlgo.h Matrix44<T> rot; rot 747 3rdparty/openexr/Imath/ImathMatrixAlgo.h Matrix44<T> rot; rot 749 3rdparty/openexr/Imath/ImathMatrixAlgo.h rot = mat; rot 750 3rdparty/openexr/Imath/ImathMatrixAlgo.h if (! extractAndRemoveScalingAndShear (rot, s, h, exc)) rot 753 3rdparty/openexr/Imath/ImathMatrixAlgo.h extractEulerXYZ (rot, r); rot 1078 3rdparty/openexr/Imath/ImathMatrixAlgo.h T rot; rot 1081 3rdparty/openexr/Imath/ImathMatrixAlgo.h if (! extractSHRT (mat, scl, shr, rot, tran, exc)) rot 1087 3rdparty/openexr/Imath/ImathMatrixAlgo.h M.rotate (rot); rot 1100 3rdparty/openexr/Imath/ImathMatrixAlgo.h T rot; rot 1103 3rdparty/openexr/Imath/ImathMatrixAlgo.h if (! extractSHRT (mat, scl, shr, rot, tran, exc)) rot 1108 3rdparty/openexr/Imath/ImathMatrixAlgo.h mat.rotate (rot); rot 1247 3rdparty/openexr/Imath/ImathMatrixAlgo.h extractEuler (const Matrix33<T> &mat, T &rot) rot 1263 3rdparty/openexr/Imath/ImathMatrixAlgo.h rot = - Math<T>::atan2 (j[0], i[0]); rot 1276 3rdparty/openexr/Imath/ImathMatrixAlgo.h Matrix33<T> rot; rot 1278 3rdparty/openexr/Imath/ImathMatrixAlgo.h rot = mat; rot 1279 3rdparty/openexr/Imath/ImathMatrixAlgo.h if (! extractAndRemoveScalingAndShear (rot, s, h, exc)) rot 1282 3rdparty/openexr/Imath/ImathMatrixAlgo.h extractEuler (rot, r); rot 75 modules/calib3d/test/test_cameracalibration_artificial.cpp Mat rot(3, 3, CV_64F); rot 76 modules/calib3d/test/test_cameracalibration_artificial.cpp *rot.ptr<Vec3d>(0) = ex; rot 77 modules/calib3d/test/test_cameracalibration_artificial.cpp *rot.ptr<Vec3d>(1) = ey; rot 78 modules/calib3d/test/test_cameracalibration_artificial.cpp *rot.ptr<Vec3d>(2) = ez * (1.0/norm(ez)); rot 81 modules/calib3d/test/test_cameracalibration_artificial.cpp Rodrigues(rot.t(), res); rot 384 modules/calib3d/test/test_undistort.cpp double rot[9] = {1,0,0,0,1,0,0,0,1}; rot 393 modules/calib3d/test/test_undistort.cpp CvMat _rot = cvMat(3,3,CV_64F,rot); rot 792 modules/calib3d/test/test_undistort.cpp double rot[9] = {1,0,0,0,1,0,0,0,1}; rot 800 modules/calib3d/test/test_undistort.cpp Mat _rot(3,3,CV_64F,rot); rot 844 modules/calib3d/test/test_undistort.cpp double rot[9] = {1,0,0,0,1,0,0,0,1}; rot 852 modules/calib3d/test/test_undistort.cpp CvMat _rot = cvMat(3,3,CV_64F,rot); rot 62 modules/cudalegacy/src/calib3d.cpp void call(const PtrStepSz<float3> src, const float* rot, const float* transl, PtrStepSz<float3> dst, cudaStream_t stream); rot 67 modules/cudalegacy/src/calib3d.cpp void call(const PtrStepSz<float3> src, const float* rot, const float* transl, const float* proj, PtrStepSz<float2> dst, cudaStream_t stream); rot 92 modules/cudalegacy/src/calib3d.cpp Mat rot; rot 93 modules/cudalegacy/src/calib3d.cpp Rodrigues(rvec, rot); rot 96 modules/cudalegacy/src/calib3d.cpp transform_points::call(src, rot.ptr<float>(), tvec.ptr<float>(), dst, stream); rot 116 modules/cudalegacy/src/calib3d.cpp Mat rot; rot 117 modules/cudalegacy/src/calib3d.cpp Rodrigues(rvec, rot); rot 120 modules/cudalegacy/src/calib3d.cpp project_points::call(src, rot.ptr<float>(), tvec.ptr<float>(), camera_mat.ptr<float>(), dst,stream); rot 275 modules/cudalegacy/src/calib3d.cpp const float* rot = rot_mat.ptr<float>(); rot 281 modules/cudalegacy/src/calib3d.cpp p_transf.x = rot[0] * p.x + rot[1] * p.y + rot[2] * p.z + transl[0]; rot 282 modules/cudalegacy/src/calib3d.cpp p_transf.y = rot[3] * p.x + rot[4] * p.y + rot[5] * p.z + transl[1]; rot 283 modules/cudalegacy/src/calib3d.cpp p_transf.z = rot[6] * p.x + rot[7] * p.y + rot[8] * p.z + transl[2]; rot 80 modules/cudalegacy/test/test_calib3d.cpp cv::Mat rot; rot 81 modules/cudalegacy/test/test_calib3d.cpp cv::Rodrigues(rvec, rot); rot 89 modules/cudalegacy/test/test_calib3d.cpp rot.at<float>(0, 0) * p.x + rot.at<float>(0, 1) * p.y + rot.at<float>(0, 2) * p.z + tvec.at<float>(0, 0), rot 90 modules/cudalegacy/test/test_calib3d.cpp rot.at<float>(1, 0) * p.x + rot.at<float>(1, 1) * p.y + rot.at<float>(1, 2) * p.z + tvec.at<float>(0, 1), rot 91 modules/cudalegacy/test/test_calib3d.cpp rot.at<float>(2, 0) * p.x + rot.at<float>(2, 1) * p.y + rot.at<float>(2, 2) * p.z + tvec.at<float>(0, 2)); rot 121 modules/features2d/src/brisk.cpp const unsigned int rot, const unsigned int point) const; rot 360 modules/features2d/src/brisk.cpp for (size_t rot = 0; rot < n_rot_; ++rot) rot 362 modules/features2d/src/brisk.cpp theta = double(rot) * 2 * CV_PI / double(n_rot_); // this is the rotation of the feature rot 451 modules/features2d/src/brisk.cpp const float key_y, const unsigned int scale, const unsigned int rot, rot 456 modules/features2d/src/brisk.cpp const BriskPatternPoint& briskPoint = patternPoints_[scale * n_rot_ * points_ + rot * points_ + point]; rot 372 modules/imgproc/src/demosaicing.cpp uint16x8_t rot = vextq_u16(g1, g1, 1); rot 373 modules/imgproc/src/demosaicing.cpp g1 = vshlq_n_u16(rot, 2); rot 458 modules/imgproc/test/test_contours.cpp rot(s, x, y, rx, ry); rot 1647 modules/imgproc/test/test_imgwarp.cpp Mat rot = getRotationMatrix2D(Point2f(0.f, 0.f), 1, 1); rot 1648 modules/imgproc/test/test_imgwarp.cpp warpAffine(src, dst, rot, src.size()); rot 1650 modules/imgproc/test/test_imgwarp.cpp Mat rot2 = Mat::eye(3, 3, rot.type()); rot 1651 modules/imgproc/test/test_imgwarp.cpp rot.copyTo(rot2.rowRange(0, 2));