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

AlvarezMShockFlow.hpp

00001 #ifndef __AlvarezMShockFlow__
00002 #define __AlvarezMShockFlow__
00003 
00032 #include <stdio.h>
00033 
00034 
00035 #include "RImage.hpp"
00036 
00037 #include "AbsRImageFlow.hpp"
00038 
00039 class AlvarezMShockFlow : public AbsRImageFlow
00040 {
00041 protected:
00042 
00043 double  lambda;
00044 
00045 public:
00046         
00047 AlvarezMShockFlow(double alambda=1.0){ lambda= alambda; }
00048 virtual ~AlvarezMShockFlow(){}
00049 
00050 virtual double flow(RImage& image, int x, int y);
00051 virtual double flow(RImage& image0, RImage& imSmooth, int x, int y);
00052 
00053 virtual void report(FILE* file){}
00054 };
00055 
00056 
00057 #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