Searched refs:distortionCoeffs (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 698 CvMat _distCoeffs = cvMat(4, 1, CV_64F, distortionCoeffs); in calibrate() 730 double* distortionCoeffs, double* cameraMatrix, double* translationVectors,
|