HomeSort by relevance Sort by last modified time
    Searched refs:CV_HIST_MAGIC_VAL (Results 1 - 4 of 4) 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...]
  /external/opencv/cv/src/
cvhistogram.cpp 60 hist->type = CV_HIST_MAGIC_VAL;
108 hist->type = CV_HIST_MAGIC_VAL;
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]

Completed in 40 milliseconds