HomeSort by relevance Sort by last modified time
    Searched refs:CV_HIST_RANGES_FLAG (Results 1 - 4 of 4) sorted by null

  /external/opencv/cv/src/
cvhistogram.cpp 750 hist->type |= CV_HIST_UNIFORM_FLAG + CV_HIST_RANGES_FLAG;
783 hist->type |= CV_HIST_RANGES_FLAG;
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 799 #define CV_HIST_RANGES_FLAG (1 << 11)
831 (((hist)->type & CV_HIST_RANGES_FLAG) != 0)
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 738 #define CV_HIST_RANGES_FLAG (1 << 11)
770 (((hist)->type & CV_HIST_RANGES_FLAG) != 0)
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]

Completed in 3068 milliseconds