octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #55790] [octave forge] (image) stdfilt throws


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #55790] [octave forge] (image) stdfilt throws error "__spatial_filtering__: A should be real or logical"
Date: Wed, 27 Feb 2019 14:51:45 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36

Follow-up Comment #2, bug #55790 (project octave):

Thanks for reporting

adding the lines


  if (! islogical(I) && ! isfloat (I))
    I = double (I);
  endif


before calling __spatial_filtering__-nomarkup+ fixes
the problem.
I will add these lines with relevant tests.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55790>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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