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

/external/opencv/cxcore/include/
H A Dcxtypes.h928 typedef struct CvPoint2D32f struct
933 CvPoint2D32f; typedef in typeref:struct:CvPoint2D32f
936 CV_INLINE CvPoint2D32f cvPoint2D32f( double x, double y )
938 CvPoint2D32f p;
947 CV_INLINE CvPoint2D32f cvPointTo32f( CvPoint point )
953 CV_INLINE CvPoint cvPointFrom32f( CvPoint2D32f point )
1063 CvPoint2D32f center; /* Center of the box. */
1312 CvPoint2D32f* ptr;

Completed in 90 milliseconds