Bicubic.c File Reference
Detailed Description
2D bicubic spline interpolation for image zooming.
- Reference:
- Michael J. Aramini. "Efficient image magnification by bicubic spline interpolation". http://members.bellatlantic.net/~vze2vrva/
- Author:
- Gabriele Lohmann, MPI-CBS
Function Documentation
VImage VBicubicScale2d |
( |
VImage |
src, |
|
|
VImage |
dest, |
|
|
VFloat |
zoom | |
|
) |
| | |
- Parameters:
-
| src | input image (any repn) |
| dest | output image (any repn) |
| zoom | zoom factor |