Lines Matching refs:CvPoint2D64f
260 CvSize imageSize, CvPoint2D64f* imagePoints, CvPoint3D64f* objectPoints,
265 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints ) = 0;
300 CvPoint2D64f* imagePoints; in run()
302 CvPoint2D64f* reprojectPoints; in run()
406 imagePoints = (CvPoint2D64f*)cvAlloc( numPoints * in run()
407 numImages * sizeof(CvPoint2D64f)); in run()
412 reprojectPoints = (CvPoint2D64f*)cvAlloc( numPoints * in run()
413 numImages * sizeof(CvPoint2D64f)); in run()
677 CvSize imageSize, CvPoint2D64f* imagePoints, CvPoint3D64f* objectPoints,
682 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints );
686 CvSize imageSize, CvPoint2D64f* imagePoints, CvPoint3D64f* objectPoints, in calibrate()
709 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints ) in project()
729 CvSize imageSize, CvPoint2D64f* imagePoints, CvPoint3D64f* objectPoints,
734 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints );
738 CvSize _imageSize, CvPoint2D64f* _imagePoints, CvPoint3D64f* _objectPoints, in calibrate()
749 CvPoint2D64f* ip = _imagePoints; in calibrate()
798 double* _cameraMatrix, double* distortion, CvPoint2D64f* _imagePoints ) in project()
942 CvPoint2D64f pp; in calibMatrixValues()