Home
last modified time | relevance | path

Searched defs:transVect (Results 1 – 7 of 7) sorted by relevance

/external/opencv/cvaux/src/
Dcvcalibfilter.cpp268 float* transVect = (float*)cvAlloc( n * 3 * sizeof(transVect[0])); in Stop() local
Dcv3dtracker.cpp226 float transVect[3]; in cv3dTrackerCalibrateCameras() local
Dcvtrifocal.cpp2354 void icvComputeCameraExrinnsicByPosition(CvMat* camPos, CvMat* rotMatr, CvMat* transVect) in icvComputeCameraExrinnsicByPosition()
2471 … FindTransformForProjectMatrices(CvMat* projMatr1,CvMat* projMatr2,CvMat* rotMatr,CvMat* transVect) in FindTransformForProjectMatrices()
Dcvepilines.cpp179 CvMatr64d transVect in icvConvertPointSystem()
1265 CvMatr64d camMatr,CvMatr64d rotMatr,CvVect64d transVect, in icvProjectPointToImage()
3699 CvMatr32f transVect, in cvComputeEssentialMatrix()
/external/opencv/cvaux/include/
Dcvaux.h516 float transVect[3]; /* rotation matrix and transition vector relatively member
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java314 …poseProjectionMatrix(Mat projMatrix, Mat cameraMatrix, Mat rotMatrix, Mat transVect, Mat rotMatrix… in decomposeProjectionMatrix()
323 …atic void decomposeProjectionMatrix(Mat projMatrix, Mat cameraMatrix, Mat rotMatrix, Mat transVect) in decomposeProjectionMatrix()
Dcalib3d.cpp1777 Mat& transVect = *((Mat*)transVect_nativeObj); in Java_org_opencv_calib3d_Calib3d_decomposeProjectionMatrix_10() local
1805 Mat& transVect = *((Mat*)transVect_nativeObj); in Java_org_opencv_calib3d_Calib3d_decomposeProjectionMatrix_11() local