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

F2DAdiII_HeatFlowOp Class Reference

#include <F2DAdiII_HeatFlowOp.hpp>

Inheritance diagram for F2DAdiII_HeatFlowOp:

Inheritance graph
[legend]
Collaboration diagram for F2DAdiII_HeatFlowOp:

Collaboration graph
[legend]
List of all members.

Detailed Description

Float 2D Heat recursive flow.

Author:
Bernard De Cuyper
Version:
1.15
Date:
1/07/2004
 
Purpose:        Fast Computation of 2D Heat recursive flow.

                Splitted implicit solver using tridiagonals solvers when possible
            (I - tau/2 * Ax) * u$=  [(I + tau/2 * Ay)] * uOld           // X-sweep
            (I - tau/2 * Ay) * u=  [(I + tau/2 * Ax)] * u$                      // Y-sweep

Papers: "Operator Splitting Techniques For Unsteady Navier Stokes Equations", 
                        Seongjai Kim, University of Kentucky, 2000. 

                "Fractional Time Stepping Methods for Unsteady Flow Problems", 
                        Seongjai Kim & Jim Douglas, University of Kentucky, 2000. 

                "Recursivity and PDE's in image processing", 
                        L. Alvarez, R. Deriche and F Santana, Spain 1998.

                "Numerical Receipes in C: Diffusion Equation in Multidimensions.",  p666,
                        William H. Press & all, Cambridge University Press, 1988.

                "Numerical Receipes in C: 17.6, Operator Splitting Methods and ADI.",  p681-688,
                        William H. Press & all, Cambridge University Press, 1988.


                Fast ADI_II (Kim 2000) is a DPR-ADI with splitting correction to "mimic the Cranck-Nicolson without error"

                

@ Copyrights: Bernard De Cuyper 2004, Eggs & Pictures. MIT/Open BSD copyright model.


Public Methods

 F2DAdiII_HeatFlowOp (int typeSolver, int iter=1, int innerIter=8, float t=0.5, float eps=1.0e-4)
 Can be used as alternative of IIR for large sigma blurring when t=(sigma*sigma)/2.

virtual ~F2DAdiII_HeatFlowOp ()
virtual FImagefilter (FImage *src, FImage *dest=0)
 Local full image filtering.

virtual void report (FILE *file)


Member Function Documentation

FImage * F2DAdiII_HeatFlowOp::filter FImage   src,
FImage   dest = 0
[virtual]
 

Local full image filtering.

Parameters:
src  is FImage* is FImage source channel
dest  is FImage* is FImage result/placeholder
Returns :
FImage* as result,

Reimplemented from F2DAdiHeatFlowOp.


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