nealsyrkel / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Cubic Spline Interpolation for Resize (cubic B-spline and cubic Bézier spline) #318

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is one of the commonly used interpolation methods in image processing.

Similar implementations are in the following packages:
http://www.alglib.net/
http://mathnetnumerics.codeplex.com/releases/view/93622

Knowledge Base:
http://en.wikipedia.org/wiki/B-spline
http://en.wikipedia.org/wiki/B%C3%A9zier_spline
http://en.wikipedia.org/wiki/Spline_%28mathematics%29
http://mathworld.wolfram.com/CubicSpline.html

Original issue reported on code.google.com by aram.azh...@gmail.com on 2 Oct 2012 at 7:19