From: Hendy Sutomo on
Hi all,

I'm a beginner in matlab.
I have a grayscale image and I would like to get the intensity value of every pixels in the image.
As far as I know, imhist will only show a graph of the intensity value. Instead, I want to retrieve the value (i.e the integer value).

Thanks in advance
From: us on
"Hendy Sutomo" <hendy.sow(a)gmail.com> wrote in message <hhrtvo$2g3$1(a)fred.mathworks.com>...
> Hi all,
>
> I'm a beginner in matlab.
> I have a grayscale image and I would like to get the intensity value of every pixels in the image.
> As far as I know, imhist will only show a graph of the intensity value. Instead, I want to retrieve the value (i.e the integer value).
>
> Thanks in advance

but - the values are already there: in your matrix...

us
From: Hendy Sutomo on
Which matrix u mean?
sorry, I'm a total noob here

Thanks for ur help
From: us on
"Hendy Sutomo" <hendy.sow(a)gmail.com> wrote in message <hhs7j7$9if$1(a)fred.mathworks.com>...
> Which matrix u mean?
> sorry, I'm a total noob here
>
> Thanks for ur help

well, look here...

http://www.mathworks.com/access/helpdesk/help/techdoc/learn_matlab/f3-1186.html

us
From: Hendy Sutomo on
Well.....

what i did is load an grayscale image, and use impixel to determine the value of pixels. But now i need the intensity value of each pixels.

I dont really get the information from the link u gave me.
Thanks for ur help


-hendy-