Home | History | Annotate | Download | only in src

Lines Matching refs:CV_IMPL

2037 CV_IMPL double icvGetVect(CvPoint2D64d basePoint,CvPoint2D64d point1,CvPoint2D64d point2)
2109 CV_IMPL IplImage* icvCreateIsometricImage( IplImage* src, IplImage* dst,
2451 CV_IMPL void cvComputePerspectiveMap(const double c[3][3], CvArr* rectMapX, CvArr* rectMapY )
2492 CV_IMPL void cvInitPerspectiveTransform( CvSize size, const CvPoint2D32f quad[4], double matrix[3][3],