help-octave
[Top][All Lists]
Advanced

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

Re: Problem Loading Image in Octave for further Processing


From: Søren Hauberg
Subject: Re: Problem Loading Image in Octave for further Processing
Date: Tue, 08 Jul 2008 10:36:52 +0200

tir, 08 07 2008 kl. 16:18 +0800, skrev Abdul Rahman Riza:
> I tried loading images named lena.bmp according to instruction in
> octave manual but receive following error messages:
> 
> octave:1> I = loadimage ("lena.ppm");
> error: `loadimage' undefined near line 1 column 5
> error: evaluating assignment expression near line 1, column 3

I can't really tell you why 'loadimage' is undefined -- sounds like a
bug with your installation. That being said, 'loadimage' only supports
Octave's own image format (and not ppm), so you won't be able to load
your image this way. You should install the 'image' package from Octave
Forge (http://octave.sf.net) which gives you the 'imread' function that
handles most formats.

Søren




reply via email to

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