help-octave
[Top][All Lists]
Advanced

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

Re: Image processing


From: Søren Hauberg
Subject: Re: Image processing
Date: Tue, 08 Jun 2010 11:30:58 -0700

tir, 08 06 2010 kl. 10:52 -0700, skrev erikacb:
> I need to use Octave to read some JPG or TIFF images. Octave must import the
> images (and they are all in grey scale), get each pixel's coordinates (x, y
> and a z coordinate that's the colour of the pixel). 

  I = imread ("myfile.jpg");

should give you the image in "myfile.jpg" available as a matrix.
Likewise for TIFF images.

Søren



reply via email to

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