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

RAosTvOp.hpp

00001 #ifndef __RAosTvOp__
00002 #define __RAosTvOp__
00003 
00004 
00042 #include <stdio.h>
00043 
00044 #include "RRegularizedAosOp.hpp"
00045 
00046 
00047 class RAosTvOp : public  RRegularizedAosOp
00048 {
00049 private:
00050 
00051 double                          epsilon;
00052 
00053 protected:
00054 
00055 virtual double          g(int i, int j);                // conductivity = 1/|grad(Uk)|
00056 
00057 public:
00058         
00059 RAosTvOp(int iterations=8, double t=0.5, double alambda=0.1, double asigma=5.0,   
00060                          bool iirFlag=false, bool nonLinearFlag=true);
00061 virtual ~RAosTvOp(){}
00062 
00063 
00064 virtual void report(FILE* file){ fprintf(file,"Real Aos TV Operator\n"); }
00065 };
00066 
00067 
00068 #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