HomeSort by relevance Sort by last modified time
    Searched refs:transVect (Results 1 - 9 of 9) sorted by null

  /external/opencv/cvaux/src/
cv3dtracker.cpp 226 float transVect[3];
236 transVect);
241 if (transVect[0] > 1000*square_size
242 || transVect[1] > 1000*square_size
243 || transVect[2] > 1000*square_size)
260 { transVect[0], transVect[1], transVect[2], 1.f } };
cvcalibfilter.cpp 268 float* transVect = (float*)cvAlloc( n * 3 * sizeof(transVect[0]));
288 transVect, rotMatr, 0 );
300 memcpy( cameraParams[i].transVect, transVect, 3 * sizeof(transVect[0]));
338 cvFree( &transVect );
cvtrifocal.cpp     [all...]
cvepilines.cpp 56 CvMatr32f transVect,
179 CvMatr64d transVect
190 icvAddVector_64d(tmpVect,transVect,(double*)M1,3);
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 516 float transVect[3]; /* rotation matrix and transition vector relatively
579 CvMatr64d transVect
683 CvMatr64d camMatr,CvMatr64d rotMatr,CvVect64d transVect,
    [all...]
  /external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp 361 @param transVect Output 4x1 translation vector T.
379 OutputArray rotMatrix, OutputArray transVect,
    [all...]
  /external/opencv3/modules/java/src/
calib3d+Calib3d.java 310 // C++: void decomposeProjectionMatrix(Mat projMatrix, Mat& cameraMatrix, Mat& rotMatrix, Mat& transVect, Mat& rotMatrixX = Mat(), Mat& rotMatrixY = Mat(), Mat& rotMatrixZ = Mat(), Mat& eulerAngles = Mat())
313 //javadoc: decomposeProjectionMatrix(projMatrix, cameraMatrix, rotMatrix, transVect, rotMatrixX, rotMatrixY, rotMatrixZ, eulerAngles)
314 public static void decomposeProjectionMatrix(Mat projMatrix, Mat cameraMatrix, Mat rotMatrix, Mat transVect, Mat rotMatrixX, Mat rotMatrixY, Mat rotMatrixZ, Mat eulerAngles)
317 decomposeProjectionMatrix_0(projMatrix.nativeObj, cameraMatrix.nativeObj, rotMatrix.nativeObj, transVect.nativeObj, rotMatrixX.nativeObj, rotMatrixY.nativeObj, rotMatrixZ.nativeObj, eulerAngles.nativeObj);
322 //javadoc: decomposeProjectionMatrix(projMatrix, cameraMatrix, rotMatrix, transVect)
323 public static void decomposeProjectionMatrix(Mat projMatrix, Mat cameraMatrix, Mat rotMatrix, Mat transVect)
326 decomposeProjectionMatrix_1(projMatrix.nativeObj, cameraMatrix.nativeObj, rotMatrix.nativeObj, transVect.nativeObj);
    [all...]
calib3d.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 453 milliseconds