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: Andy Buckle
Subject: Re: How to read the pixel from the image
Date: Fri, 9 Dec 2011 11:57:48 +0000

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 */


reply via email to

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