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

IFDistanceLodHeatFlowOp Class Reference

#include <IFDistanceLodHeatFlowOp.hpp>

Inheritance diagram for IFDistanceLodHeatFlowOp:

Inheritance graph
[legend]
Collaboration diagram for IFDistanceLodHeatFlowOp:

Collaboration graph
[legend]
List of all members.

Detailed Description

Thomas LU Recursive 2d Blur.

Author:
Bernard De Cuyper
Version:
0.051
Date:
17/08/2002
 
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 & Eddy Fraiha 2002, Eggs & Pictures. MIT/Open BSD copyright model.


Public Methods

 IFDistanceLodHeatFlowOp (FImage *edgeDistance=0, int iterations=1, double tMin=0.0, double tMax=20.0, bool colorFlag=false)
 Can be used as alternative of IIR for large sigma blurring when t=(sigma*sigma)/2.

virtual ~IFDistanceLodHeatFlowOp ()
void setEdgeDistance (FImage *distanceMap)
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

int iter
double tmin
double tmax
FImagedistanceMapEdges


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