Searched refs:CV_HIST_RANGES_FLAG (Results 1 – 4 of 4) sorted by relevance
750 hist->type |= CV_HIST_UNIFORM_FLAG + CV_HIST_RANGES_FLAG; in cvSetHistBinRanges()783 hist->type |= CV_HIST_RANGES_FLAG; in cvSetHistBinRanges()2380 (have_ranges ? CV_HIST_RANGES_FLAG : 0); in icvReadHist()2473 have_ranges = (hist->type & CV_HIST_RANGES_FLAG ? 1 : 0); in icvWriteHist()
799 #define CV_HIST_RANGES_FLAG (1 << 11) macro831 (((hist)->type & CV_HIST_RANGES_FLAG) != 0)
738 #define CV_HIST_RANGES_FLAG (1 << 11) macro770 (((hist)->type & CV_HIST_RANGES_FLAG) != 0)
3137 hist->type |= CV_HIST_UNIFORM_FLAG + CV_HIST_RANGES_FLAG; in cvSetHistBinRanges()3170 hist->type |= CV_HIST_RANGES_FLAG; in cvSetHistBinRanges()3200 if( hist->type & CV_HIST_RANGES_FLAG ) in cvCalcArrHist()3255 if( hist->type & CV_HIST_RANGES_FLAG ) in cvCalcArrBackProject()3707 (have_ranges ? CV_HIST_RANGES_FLAG : 0); in icvReadHist()3794 have_ranges = (hist->type & CV_HIST_RANGES_FLAG ? 1 : 0); in icvWriteHist()