help-octave
[Top][All Lists]
Advanced

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

Re: Error in Image package in Octave


From: marco atzeri
Subject: Re: Error in Image package in Octave
Date: Sun, 14 Oct 2012 08:04:55 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1

On 10/14/2012 7:22 AM, Sivahari Nandakumar wrote:
Hi all,
I tried to  install /image-1.0.15.tar.gz/ in octave 3.6.2 using the
command /pkg install image-1.0.15.tar.gz/ but it showed the following
error.
/

I suspect something is missing in your report.
could you try :
pkg install -verbose image-1.0.15.tar.gz

error: called from `pkg>configure_make' in file
/usr/share/octave/3.6.2/m/pkg/pkg.m near line 1384, column 9
error: called from:
error:   /usr/share/octave/3.6.2/m/pkg/pkg.m at line 826, column 5
error:   /usr/share/octave/3.6.2/m/pkg/pkg.m at line 383, column 9
/
So i copied the .m files in inst directory to
/usr/share/octave/3.6.2/m/image. Most of them are working but some shows
errors.
when i tried r = medfilt2(q) it showed following error.

/error: `__spatial_filtering__' undefined near line 66 column 10
error: called from:
error:   /usr/share/octave/3.6.2/m/image/ordfilt2.m at line 66, column 8
error:   /usr/share/octave/3.6.2/m/image/medfilt2.m at line 64, column 10
/
How can i correct this?

spatial_filtering is part of the compiled portion of image,
that you are missing.


--
with warm regards
Sivahari Nandakumar

Marco



reply via email to

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