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 12:59:23 +0200

tir, 08 07 2008 kl. 18:49 +0800, skrev Abdul Rahman Riza:
> octave:1> I = imread("lena.bmp");
> error: `imread' undefined near line 1 column 5
[snip]
> Anybody can explain what is the meaning of above error messages?

'imread undefined' means Octave can't find any function called 'imread'.
This is because you don't have the 'image' package from Octave Forge
installed (as I said in my previous reply)

Søren



reply via email to

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