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

FAmosRestorationLS.hpp

00001 #ifndef __FAmosRestorationLS__
00002 #define __FAmosRestorationLS__
00003 
00004 
00024 #include <stdio.h>
00025 
00026 #include "AFSplittedRestorationLS.hpp"
00027 
00028 
00029 class FAmosRestorationLS : public  AFSplittedRestorationLS
00030 {
00031 protected:
00032 
00033 bool                    cfl;
00034 
00035 AFSymMatrix*    A1left;         // (I-tau*Bx) 
00036 AFSymMatrix*    A2left;         // (I-tau*By) 
00037 
00038 AFSymMatrix*    A1right;                // (I+tau*Bx) 
00039 AFSymMatrix*    A2right;                // (I+tau*By) 
00040 
00041 protected:
00042 
00043 // U(k+1) <--- U(k) 
00044 virtual FImage*         solveSingle(FImage* uk, FImage* uk1=0);
00045         
00046 public:
00047 FAmosRestorationLS(int outerIter, int innerIter, double t, AFSpatialDiscretisation* smodel,
00048                                 bool cflTest=true, bool normalized=true, bool nonLinearFlag=true);
00049 FAmosRestorationLS(int model, int outerIter, int innerIter, double t, AFSpatialDiscretisation* smodel,
00050                                 bool cflTest=true, bool normalized=true, bool nonLinearFlag=true);
00051 virtual ~FAmosRestorationLS(){}
00052 
00053 
00054 virtual void report(FILE* file){ fprintf(file,"Amos 2D restoration\n"); }
00055 };
00056 
00057 
00058 #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