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: Marco Caliari
Subject: [Octave-bug-tracker] [bug #30587] buggy implementation of bicubic interpolation in interp2/bicubic
Date: Wed, 11 Aug 2010 14:50:17 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060214 Firefox/3.0.11

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

Dear Thorsten,

the bicubic.m interpolation is "better". It corresponds to 

R. Keys, (1981). "Cubic convolution interpolation for digital image
processing". IEEE Transactions on Signal Processing, Acoustics, Speech, and
Signal Processing 29

In principle, I can fix the implementation inside interp2.m in order to match
the implementation in bicubic.m (I can do for sure if x and y are both
uniformly spaced vectors). First, there is something else to fix: if xi and yi
are vectors of the same length and orientation (scattered data), then the
algorithm inside interp2.m should be used. I don't understand your input: why
should you give the points xi and yi as matrices not coming from a meshgrid?

Marco

    _______________________________________________________

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]