MATLAB: How do i convert RGB image to HSV and then generate histogram of that hsv image

hsv histogramMATLAB

I have read an image and converted in hsv color space, but now i am not getting how to generate histogram for that hsv image.
what would i do to generate it ?

Best Answer

Maybe this could help:
https://www.mathworks.com/matlabcentral/answers/273563-how-to-draw-histogram-of-hsv-image
Related Question