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

  /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...]

Completed in 83 milliseconds