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

IF2DHeatFlowOp Class Reference

#include <IF2DHeatFlowOp.hpp>

Inheritance diagram for IF2DHeatFlowOp:

Inheritance graph
[legend]
Collaboration diagram for IF2DHeatFlowOp:

Collaboration graph
[legend]
List of all members.

Detailed Description

General Thomas LU Recursive 2d Blur.

Author:
Bernard De Cuyper
Version:
0.051
Date:
17/08/2004
Remarks:
Tornado1 Restoration interface
 
Purpose:        Fast Computation of gaussian blurring.
                        Very useful for linear time scale space, Retinex, and linear time image blurrings.
                        Much faster than FFT on large kernels:  sigma >>> 0

                        Semi-Implicit solver using LOD multiplicative splitting
            (I - tau * A) * uNew=  uOld

Papers:         "Recursive Digital Filters,",
                        Victor De Brunner , John Wiley Encyclopedia of Electrical and Electronic Engineer 1999,
                        Volume 18.
                        "Programming techniques for realtime software implementation, of optimal edge detectors:
                        a comparision between state of the art DSP's and RISC architectures."
                        Frantz Lohier, Lionel Lacassagne, Patrick Garda, Université Pierre et Marie Curie, France 199x.
                        "Evaluation of Diffusion Schemes for Multiscale-Watershed Segmentation,",
                        Erik Dam, Thesis , University of Copenhagen 2000.
                        "Recursively Implementing Gaussian and its Derivatives.", 
                        R. Deriche, INRIA 1993.
                        "Recursivity and PDE's in image processing", 
                        L. Alvarez, R. Deriche and F Santana, Spain 1998.
                
@ Copyrights: Bernard De Cuyper 2004, Eggs & Pictures. MIT/Open BSD copyright model.


Public Methods

 IF2DHeatFlowOp (int atypeSolver, int iterMax=1, int insideIter=8, float t=0.5, float eps=1.0e-4, bool colorFlag=false)
 Can be used as alternative of IIR for large sigma blurring when t=(sigma*sigma)/2.

 IF2DHeatFlowOp (SolverTimeScheme afamily, int atypeSolver, int iterMax=1, int insideIter=8, float t=0.5, float eps=1.0e-4, bool colorFlag=false)
virtual ~IF2DHeatFlowOp ()
virtual void report (FILE *file)

Protected Methods

virtual AnImagegreyFilter (AnImage *src, AnImage *dest=0)
virtual AnImagegreySelectedFilter (AnImage *mask, AnImage *src, AnImage *dest=0)
virtual Float3CImagescolorFilter (Float3CImage *src, Float3CImage *dest=0)
virtual Float3CImagescolorSelectedFilter (AnImage *mask, Float3CImage *src, Float3CImage *dest=0)
virtual Float3CImagefcolorFilter (Float3CImage *src, Float3CImage *dest=0)
virtual Float3CImagefcolorSelectedFilter (AnImage *mask, Float3CImage *src, Float3CImage *dest=0)

Private Attributes

SolverTimeScheme family
int iter
int innerIter
double tau
int typeSolver
float epsilon


The documentation for this class was generated from the following files:
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