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

EikonalFastSweepingOp.hpp

00001 #ifndef __EikonalFastSweepingOp__
00002 #define __EikonalFastSweepingOp__
00003 
00004 
00005 
00034 #include <stdio.h>
00035 #include <math.h>
00036 
00037 #include "AbsEikonalFastSweepingOp.hpp"
00038 
00039 
00040 class EikonalFastSweepingOp : public  AbsEikonalFastSweepingOp
00041 {
00042 protected:
00043 
00044 RImage*         P;              // potential
00045 
00046 protected:
00047 
00048 virtual double getPotential_h(int i, int j){ return P->get(i,j)*h; }   
00049 
00050 public:
00051         
00052 EikonalFastSweepingOp(int iter=1, RImage* imageMap=0, double hx=1.0):AbsEikonalFastSweepingOp(iter, hx)
00053         { P= imageMap; }
00054 virtual ~EikonalFastSweepingOp(){}
00055 
00056 virtual void setPotential(RImage* imageMap){P= imageMap}                
00057 
00058 virtual void report(FILE* file){ fprintf(file,"Distance Fast Sweeping Operator\n"); }
00059 };
00060 
00061 
00062 #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