Home
last modified time | relevance | path

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

/dports/astro/siril/siril/src/opencv/findHomography/
H A Dcalibration.cpp3597 OutputArray _rotMatrix, OutputArray _transVect, in decomposeProjectionMatrix() argument
3605 _transVect.create(4, 1, type); in decomposeProjectionMatrix()
3607 CvMat c_rotMatrix = _rotMatrix.getMat(), c_transVect = _transVect.getMat(); in decomposeProjectionMatrix()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dcalibration.cpp4080 OutputArray _rotMatrix, OutputArray _transVect, in decomposeProjectionMatrix() argument
4090 _transVect.create(4, 1, type); in decomposeProjectionMatrix()
4093 Mat transVect = _transVect.getMat(); in decomposeProjectionMatrix()