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

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

[Octave-bug-tracker] [bug #45088] image package: rangefilt requires doma


From: Hartmut
Subject: [Octave-bug-tracker] [bug #45088] image package: rangefilt requires domain and image to have equa number of dimensions
Date: Thu, 29 Dec 2016 21:11:00 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #12, bug #45088 (project octave):

Yes, the wrong return values seem to be coming from __spatial_filtering__.cc:

I = [ 0   0   1   0   0;
      0   0   1   0   0;
      0   0   0   2   2;
      0   0   0   0   0;
      0   0   0   0   0];
domain = ones(3);
retval = __spatial_filtering__ (I, domain, "range", I, 0)
% -> the center pixel should have value 2, not 3.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45088>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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