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

FAosTvOp.hpp

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