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

TVInpainting_S2.hpp

00001 #ifndef __TVInpainting_S2__
00002 #define __TVInpainting_S2__
00003 
00027 #include <stdio.h>
00028 
00029 #include "AnInpaintingOp.hpp"
00030 
00031 #include "RTVInpainter_S2.hpp"
00032 #include "AbsRImageFilter.hpp"
00033 
00034 class TVInpainting_S2 : public  AnInpaintingOp
00035 {
00036 private:
00037 
00038 RTVInpainter_S2*                                inpaint;
00039 
00040 public:
00041 TVInpainting_S2(int np=2500, bool optimisation=false);
00042 virtual ~TVInpainting_S2();
00043 
00044 virtual AnImage* filter(AnImage* src, AnImage* dest=0){return 0;}
00045 virtual AnImage* selectedFilter(AnImage*        mask, AnImage* src, AnImage* dest=0);
00046 
00047 virtual void report(FILE* file){}
00048 };
00049 
00050 
00051 #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