Searched refs:translationVectors (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration.cpp | 261 double* distortionCoeffs, double* cameraMatrix, double* translationVectors, 678 double* distortionCoeffs, double* cameraMatrix, double* translationVectors, 687 double* distortionCoeffs, double* cameraMatrix, double* translationVectors, in calibrate() argument 700 CvMat _translationVectors = cvMat(imageCount, 3, CV_64F, translationVectors); in calibrate() 730 double* distortionCoeffs, double* cameraMatrix, double* translationVectors, 739 double* _distortionCoeffs, double* _cameraMatrix, double* translationVectors, in calibrate() argument 784 *tm = translationVectors; in calibrate()
|