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

  /external/opencv/cxcore/include/
cxtypes.h 1109 /************************************* CvScalar *****************************************/
1111 typedef struct CvScalar
1115 CvScalar;
1117 CV_INLINE CvScalar cvScalar( double val0, double val1 CV_DEFAULT(0),
1120 CvScalar scalar;
1127 CV_INLINE CvScalar cvRealScalar( double val0 )
1129 CvScalar scalar;
1135 CV_INLINE CvScalar cvScalarAll( double val0123 )
1137 CvScalar scalar
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h     [all...]

Completed in 267 milliseconds