Searched defs:transVect (Results 1 – 7 of 7) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvcalibfilter.cpp | 268 float* transVect = (float*)cvAlloc( n * 3 * sizeof(transVect[0])); in Stop() local
|
D | cv3dtracker.cpp | 226 float transVect[3]; in cv3dTrackerCalibrateCameras() local
|
D | cvtrifocal.cpp | 2354 void icvComputeCameraExrinnsicByPosition(CvMat* camPos, CvMat* rotMatr, CvMat* transVect) in icvComputeCameraExrinnsicByPosition() 2471 … FindTransformForProjectMatrices(CvMat* projMatr1,CvMat* projMatr2,CvMat* rotMatr,CvMat* transVect) in FindTransformForProjectMatrices()
|
D | cvepilines.cpp | 179 CvMatr64d transVect in icvConvertPointSystem() 1265 CvMatr64d camMatr,CvMatr64d rotMatr,CvVect64d transVect, in icvProjectPointToImage() 3699 CvMatr32f transVect, in cvComputeEssentialMatrix()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 516 float transVect[3]; /* rotation matrix and transition vector relatively member
|
/external/opencv3/modules/java/src/ |
D | calib3d+Calib3d.java | 314 …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()
|
D | calib3d.cpp | 1777 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
|