Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

BilinearImInterpolator.hpp

00001 #ifndef _BilinearImInterpolator_H
00002 #define _BilinearImInterpolator_H
00003 
00004 
00025 #include <stdio.h>
00026 
00027 #include "AnImageInterpolator.hpp"
00028 
00029 class BilinearImInterpolator : public AnImageInterpolator
00030 {
00031 public:
00032 
00033 BilinearImInterpolator(AnImage* animage=0):AnImageInterpolator(animage){}
00034 virtual ~BilinearImInterpolator(){}
00035 
00036 virtual int igetR(double x, double y, int c=0);                         // integer rounding
00037 virtual double getR(double x, double y, int c=0);                       // interpolated value
00038 };
00039 
00040 #endif
SourceForge.net Logo
Restoreinpaint sourceforge project `C++/Java Image Processing, Restoration, Inpainting Project'.

Bernard De Cuyper: Open Project Leader: Concept, design and development.
Bernard De Cuyper & Eddy Fraiha 2002, 2003. Bernard De Cuyper 2004. Open and free, for friendly usage only.
Modifications on Belgium ground of this piece of artistic work, by governement institutions or companies, must be notified to Bernard De Cuyper.
bern_bdc@hotmail.com