|
| From: | anonymous |
| Subject: | [Octave-bug-tracker] [bug #55780] [octave forge] (image) imresize with 'cubic' option is very wrong |
| Date: | Mon, 4 Mar 2019 13:20:34 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0 |
Follow-up Comment #5, bug #55780 (project octave):
Sorry, preallocation should be:
sz = size (im);
sz(1:2) = size (XI);
warped = zeros(sz);
Obviously I haven't tested any of the code I'm suggesting... :)
Cris.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55780>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |