help-octave
[Top][All Lists]
Advanced

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

Re: error: `nonmax_supress'


From: Søren Hauberg
Subject: Re: error: `nonmax_supress'
Date: Wed, 1 Aug 2012 15:29:08 +0200

Hi

Please remember to CC the list so that others may follow and join the 
discussion.

On Aug 1, 2012, at 3:26 PM, address@hidden wrote:

> Oh well, I installed it via software.opensuse.org and yes it's unstable one 
> since there isn't any stable package availabe for my distro version. 
> Do you have any solution for this? :) 

Not sure. Have you tried

  pkg install -forge image

?

> And can I ask other question?
> Here I have 2 .m file , let say A and B
> I try to call a function from A.m, while A.m requires a function wrote in B.m 
> ..
> It's should be fine, since there's smoothly running in matlab.
> But in octave, they said an error in B.m that there is an undefine variable, 
> which is already initiated in A.m and call in B.m 
> Do you get what I mean? :) 
> Because it is little confusing when I try to wrote it down into words rather 
> than showing the error :) 

I have to confess I did not understand the question :-(

Søren

> ------Original Message------
> From: Søren Hauberg
> To: astie darmayantie
> Cc: address@hidden
> Subject: Re: error: `nonmax_supress'
> Sent: Aug 1, 2012 8:18 PM
> 
> On Aug 1, 2012, at 6:32 AM, astie darmayantie wrote:
> 
>> I want to use canny edge detection from built in octave edge.m
>> i wrote this on my octave terminal : edgeim=edge(im,'canny',[0.1 0.2],1);
>> and i keep having this error.
>> "
>> error: `nonmax_supress' undefined near line 376 column 12
>> error: called from:
>> error:   /usr/share/octave/3.6.2/m/image/edge.m at line 376, column 10 "
>> 
>> could you tell me what's wrong with my code and how should i repair it?
> 
> How did you install the 'image' package? 'nonmax_surpress' is a separate 
> function that needs to be compiled. This should be done automatically when 
> you install the 'image' package, so it sounds like something failed on that 
> account.
> 
> Søren
> 
> 
> Sent from my BlackBerry®
> powered by Sinyal Kuat INDOSAT



reply via email to

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