|
| From: | Avinoam Kalma |
| Subject: | [Octave-bug-tracker] [bug #45088] image package: rangefilt requires domain and image to have equa number of dimensions |
| Date: | Wed, 13 May 2015 10:15:11 +0000 |
| User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko |
Follow-up Comment #2, bug #45088 (project octave):
The error message is from the line
idx {k} = (even (k)+1):size (I, k);
-verbatim+
even has size of 2, but k goes from 1 to 3.
It seeme that there is a confusion between the dimensions of
the domain matrix, and the dimensions of the image matrix.
The same problem (and the same solution?) in stdfilt.m
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?45088>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |