Home
last modified time | relevance | path

Searched refs:rotationMatrix (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DUtils.cpp189 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 …]
DUtils.h55 cv::Mat rot2euler(const cv::Mat & rotationMatrix);
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DRendererCommon.java163 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/
DtcuMatrixUtil.hpp37 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/
Dtest_warpers.cpp67 float rotationMatrix[9] = { in generateTestData() local
72 Mat(3, 3, CV_32FC1, rotationMatrix).copyTo(R); in generateTestData()
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp264 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/
DImathMatrixAlgo.h221 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/
Des3aTextureMipmapTests.cpp218 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp226 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
/external/deqp/modules/gles2/functional/
Des2fTextureMipmapTests.cpp230 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp274 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()