Home
last modified time | relevance | path

Searched refs:p_rotMatrixY (Results 1 – 2 of 2) sorted by path

/dports/astro/siril/siril/src/opencv/findHomography/
H A Dcalibration.cpp3609 CvMat c_rotMatrixY, *p_rotMatrixY = 0; in decomposeProjectionMatrix() local
3621 p_rotMatrixY = &(c_rotMatrixY = _rotMatrixY.getMat()); in decomposeProjectionMatrix()
3635 &c_transVect, p_rotMatrixX, p_rotMatrixY, in decomposeProjectionMatrix()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dcalibration.cpp4120 &c_transVect, p_rotMatrixX, p_rotMatrixY, in decomposeProjectionMatrix()