HomeSort by relevance Sort by last modified time
    Searched defs:cvPoint2D64f (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/include/
cxtypes.h 984 typedef struct CvPoint2D64f
989 CvPoint2D64f;
992 CV_INLINE CvPoint2D64f cvPoint2D64f( double x, double y )
994 CvPoint2D64f p;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 965 typedef struct CvPoint2D64f
970 CvPoint2D64f;
972 /** constructs CvPoint2D64f structure.*/
973 CV_INLINE CvPoint2D64f cvPoint2D64f( double x, double y )
975 CvPoint2D64f p;
    [all...]

Completed in 39 milliseconds