HomeSort by relevance Sort by last modified time
    Searched refs: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/opencv/cv/src/
cvcalibration.cpp 787 CvPoint2D64f* m;
820 m = (CvPoint2D64f*)_m->data.db;
    [all...]

Completed in 44 milliseconds