#include <BilinearImInterpolator.hpp>
Inheritance diagram for BilinearImInterpolator:
Purpose: Define the concept of bilinear interpolator One wants to define values between pixels for computation or magnification Book: "Numerical receipes in c.", William H. Press and all, Cambridge University, 1988, p104-105
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2004, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
BilinearImInterpolator (AnImage *animage=0) | |
virtual | ~BilinearImInterpolator () |
virtual int | igetR (double x, double y, int c=0) |
virtual double | getR (double x, double y, int c=0) |