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

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

[Octave-bug-tracker] [bug #30587] buggy implementation of bicubic interp


From: Jaroslav Hajek
Subject: [Octave-bug-tracker] [bug #30587] buggy implementation of bicubic interpolation in interp2/bicubic
Date: Mon, 16 Aug 2010 08:19:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.9 Safari/533.2

Follow-up Comment #3, bug #30587 (project octave):

I think the behavior where column x row vectors are automatically meshgridded
is taken from Matlab. Note that an implementation doesn't actually need to
form the meshgrid at all. So, as far as I understand, the bug is that bicubic
can't handle non-meshgrid inputs. Given that bicubic is available as
stand-alone function, unless someone extends bicubic I suggest that interp2
won't call bicubic at all, to keep the results consistent. Picking faster/more
accurate code for special cases is OK, but two fundamentally different methods
shouldn't be used under the same name.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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