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

  /external/opencv/cxcore/include/
cxtypes.h 809 typedef struct CvHistogram
817 CvHistogram;
821 (((CvHistogram*)(hist))->type & CV_MAGIC_MASK) == CV_HIST_MAGIC_VAL && \
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 748 typedef struct CvHistogram
756 CvHistogram;
760 (((CvHistogram*)(hist))->type & CV_MAGIC_MASK) == CV_HIST_MAGIC_VAL && \
    [all...]

Completed in 961 milliseconds