Searched defs:CvPoint (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxtypes.h907 /******************************* CvPoint and variants ***********************************/
909 typedef struct CvPoint struct
914 CvPoint; typedef in typeref:struct:CvPoint
917 CV_INLINE CvPoint cvPoint( int x, int y )
919 CvPoint p;
947 CV_INLINE CvPoint2D32f cvPointTo32f( CvPoint point )
953 CV_INLINE CvPoint cvPointFrom32f( CvPoint2D32f point )
955 CvPoint ipt;
1337 CvPoint origin;
1601 #define CV_CURRENT_POINT( reader ) (*((CvPoint*)((reade
[all...]

Completed in 796 milliseconds