help-octave
[Top][All Lists]
Advanced

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

Re: octave - xv - image viewer


From: Søren Hauberg
Subject: Re: octave - xv - image viewer
Date: Sun, 04 Oct 2009 18:10:04 +0200

søn, 04 10 2009 kl. 09:06 -0700, skrev lmhelp:
> With "Matlab" I would do:
> ---------------------------------------------------------------------------
> pout = imread('pout.tif');
> figure(1);
> imshow(pout);
> ---------------------------------------------------------------------------
> Resulting in the display of the image "pout.tif" in a window called 
> "Figure 1".
> 
> Can you tell me how to do the same with "Octave"?

Since you are running Octave 3.0.x, you need to install the 'image'
package to get the 'imread' function. In Debian, I think you just have
to apt-get install 'octave-image'.

Søren



reply via email to

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