Home | History | Annotate | Download | only in src

Lines Matching defs:rotMatrix

1763 //  void decomposeProjectionMatrix(Mat projMatrix, Mat& cameraMatrix, Mat& rotMatrix, Mat& transVect, Mat& rotMatrixX = Mat(), Mat& rotMatrixY = Mat(), Mat& rotMatrixZ = Mat(), Mat& eulerAngles = Mat())
1776 Mat& rotMatrix = *((Mat*)rotMatrix_nativeObj);
1782 cv::decomposeProjectionMatrix( projMatrix, cameraMatrix, rotMatrix, transVect, rotMatrixX, rotMatrixY, rotMatrixZ, eulerAngles );
1804 Mat& rotMatrix = *((Mat*)rotMatrix_nativeObj);
1806 cv::decomposeProjectionMatrix( projMatrix, cameraMatrix, rotMatrix, transVect );