Backprojection and 2D histogram
Hello !
can anyone please tell me how to draw the images in the red rectangles ?
is it true that the X axis is SAT and the Y axis is HUE ?
is it a 2D histogram ?
thanks
Hello !
can anyone please tell me how to draw the images in the red rectangles ?
is it true that the X axis is SAT and the Y axis is HUE ?
is it a 2D histogram ?
thanks
Asked: 2014-04-15 19:58:52 -0600
Seen: 167 times
Last updated: Apr 15 '14
python opencv compare histograms
calcHist with GpuMat submatrix
Percentage of color in a frame of video
How to create a histogram from a table of values?
Best Histogram Comparison Method
How to get histogram of a rectangular area (ROI) of an image?
Calculate histogram along line
yes, that looks like a 2d histogram. but since skin-hue is usually in the low (0-60) range, i'd say x is hue and y is sat (also the shape of the rectangle gives it away: h[0..180], s[0..256])