mpresza
Newbie level 1

hEllo there,
I need to know how to display histogram for colored images.
For grey scale it is simple,
I = imread('grey.jpg')l
imhist(I)
what should I type to display histogram of a colored image:
need help
I need to know how to display histogram for colored images.
For grey scale it is simple,
I = imread('grey.jpg')l
imhist(I)
what should I type to display histogram of a colored image:
need help