Searched refs:focalLength (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
D | cvposit.cpp | 113 float focalLength, CvTermCriteria criteria, in icvPOSIT() argument 120 float inv_focalLength = 1 / focalLength; in icvPOSIT() 133 if( focalLength <= 0 ) in icvPOSIT() 353 double focalLength, CvTermCriteria criteria, in cvPOSIT() argument 360 IPPI_CALL( icvPOSIT( pObject, imagePoints,(float) focalLength, criteria, in cvPOSIT()
|
D | cvcalibration.cpp | 1758 double *focalLength, CvPoint2D64f *principalPoint, double *pasp ) in cvCalibrationMatrixValues() argument 1805 if(focalLength) in cvCalibrationMatrixValues() 1806 *focalLength = alphax / mx; in cvCalibrationMatrixValues()
|