Home
last modified time | relevance | path

Searched refs:c_rotMatrix (Results 1 – 2 of 2) sorted by relevance

/dports/astro/siril/siril/src/opencv/findHomography/
H A Dcalibration.cpp3607 CvMat c_rotMatrix = _rotMatrix.getMat(), c_transVect = _transVect.getMat(); in decomposeProjectionMatrix() local
3634 cvDecomposeProjectionMatrix(&c_projMatrix, &c_cameraMatrix, &c_rotMatrix, in decomposeProjectionMatrix()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dcalibration.cpp4095 CvMat c_rotMatrix = cvMat(rotMatrix), c_transVect = cvMat(transVect); in decomposeProjectionMatrix() local
4119 cvDecomposeProjectionMatrix(&c_projMatrix, &c_cameraMatrix, &c_rotMatrix, in decomposeProjectionMatrix()