/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
D | Utils.cpp | 189 cv::Mat rot2euler(const cv::Mat & rotationMatrix) in rot2euler() argument 193 double m00 = rotationMatrix.at<double>(0,0); in rot2euler() 194 double m02 = rotationMatrix.at<double>(0,2); in rot2euler() 195 double m10 = rotationMatrix.at<double>(1,0); in rot2euler() 196 double m11 = rotationMatrix.at<double>(1,1); in rot2euler() 197 double m12 = rotationMatrix.at<double>(1,2); in rot2euler() 198 double m20 = rotationMatrix.at<double>(2,0); in rot2euler() 199 double m22 = rotationMatrix.at<double>(2,2); in rot2euler() 231 cv::Mat rotationMatrix(3,3,CV_64F); in euler2rot() local 257 rotationMatrix.at<double>(0,0) = m00; in euler2rot() [all …]
|
D | Utils.h | 55 cv::Mat rot2euler(const cv::Mat & rotationMatrix);
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | RendererCommon.java | 163 final float[] rotationMatrix = new float[16]; in rotateTextureMatrix() local 164 Matrix.setRotateM(rotationMatrix, 0, rotationDegree, 0, 0, 1); in rotateTextureMatrix() 165 adjustOrigin(rotationMatrix); in rotateTextureMatrix() 166 return multiplyMatrices(textureMatrix, rotationMatrix); in rotateTextureMatrix()
|
/external/deqp/framework/common/ |
D | tcuMatrixUtil.hpp | 37 Matrix<float, 2, 2> rotationMatrix (float radians); 57 inline Matrix<float, 2, 2> rotationMatrix (float radians) in rotationMatrix() function
|
/external/opencv3/modules/stitching/test/ocl/ |
D | test_warpers.cpp | 67 float rotationMatrix[9] = { in generateTestData() local 72 Mat(3, 3, CV_32FC1, rotationMatrix).copyTo(R); in generateTestData()
|
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration.cpp | 264 double* rotationMatrix, double* translationVector, 681 double* rotationMatrix, double* translationVector, 708 double* rotationMatrix, double* translationVector, in project() argument 715 CvMat _rotationMatrix = cvMat(3, 3, CV_64F, rotationMatrix); in project() 733 double* rotationMatrix, double* translationVector, 797 double* rotationMatrix, double* translationVector, in project() argument 801 Mat rmat( 3, 3, CV_64FC1, rotationMatrix ), in project()
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathMatrixAlgo.h | 221 template <class T> Matrix44<T> rotationMatrix (const Vec3<T> &fromDirection, 827 rotationMatrix (const Vec3<T> &from, const Vec3<T> &to) in rotationMatrix() function
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 218 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 226 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureMipmapTests.cpp | 230 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 274 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
|