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

  /external/opencv/cxcore/include/
cxtypes.h 1003 typedef struct CvPoint3D64f
1009 CvPoint3D64f;
1012 CV_INLINE CvPoint3D64f cvPoint3D64f( double x, double y, double z )
1014 CvPoint3D64f p;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 984 typedef struct CvPoint3D64f
990 CvPoint3D64f;
992 /** constructs CvPoint3D64f structure. */
993 CV_INLINE CvPoint3D64f cvPoint3D64f( double x, double y, double z )
995 CvPoint3D64f p;
    [all...]

Completed in 120 milliseconds