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

  /external/opencv/cxcore/include/
cxtypes.h 795 #define CV_HIST_MAGIC_VAL 0x42450000
821 (((CvHistogram*)(hist))->type & CV_MAGIC_MASK) == CV_HIST_MAGIC_VAL && \
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 734 #define CV_HIST_MAGIC_VAL 0x42450000
760 (((CvHistogram*)(hist))->type & CV_MAGIC_MASK) == CV_HIST_MAGIC_VAL && \
    [all...]

Completed in 525 milliseconds