Home | History | Annotate | Download | only in test

Lines Matching refs:CvPoint2D64f

260         CvSize imageSize, CvPoint2D64f* imagePoints, CvPoint3D64f* objectPoints,
265 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints ) = 0;
300 CvPoint2D64f* imagePoints;
302 CvPoint2D64f* reprojectPoints;
406 imagePoints = (CvPoint2D64f*)cvAlloc( numPoints *
407 numImages * sizeof(CvPoint2D64f));
412 reprojectPoints = (CvPoint2D64f*)cvAlloc( numPoints *
413 numImages * sizeof(CvPoint2D64f));
677 CvSize imageSize, CvPoint2D64f* imagePoints, CvPoint3D64f* objectPoints,
682 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints );
686 CvSize imageSize, CvPoint2D64f* imagePoints, CvPoint3D64f* objectPoints,
709 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints )
729 CvSize imageSize, CvPoint2D64f* imagePoints, CvPoint3D64f* objectPoints,
734 double* cameraMatrix, double* distortion, CvPoint2D64f* imagePoints );
738 CvSize _imageSize, CvPoint2D64f* _imagePoints, CvPoint3D64f* _objectPoints,
749 CvPoint2D64f* ip = _imagePoints;
798 double* _cameraMatrix, double* distortion, CvPoint2D64f* _imagePoints )
815 _imagePoints[i] = cvPoint2D64f( it->x, it->y );
942 CvPoint2D64f pp;