help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to read the pixel from the image


From: Preeti Gaikwad
Subject: Re: How to read the pixel from the image
Date: Fri, 9 Dec 2011 14:48:02 +0100

THANKS I got it it was already in matrix form.....
could you please let me know if I have value on gray scale like 0 to 255 then the value 255 represent the white color? or black ?

 
On 9 December 2011 12:57, Andy Buckle <address@hidden> wrote:
On 9 December 2011 11:53, Preeti Gaikwad <address@hidden> wrote:
> Hello,
>         I want to read the pixel from the gray scale image....does anybody
> have the code for reading the pixel ? thanks in advance

Greyscale images are usually simply matrices. So you index them like a matrix.

image(y,x)

We might need more info to help you.

--
/* andy buckle */



--
preeti gaikwad

reply via email to

[Prev in Thread] Current Thread [Next in Thread]