Home
last modified time | relevance | path

Searched refs:CV_HIST_HAS_RANGES (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h838 #define CV_HIST_HAS_RANGES( hist ) \ macro
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dhistogram.cpp2857 if( CV_HIST_HAS_RANGES( src )) in cvCopyHist()