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

F2DSymAdiHeatFlowOp Class Reference

#include <F2DSymAdiHeatFlowOp.hpp>

Inheritance diagram for F2DSymAdiHeatFlowOp:

Inheritance graph
[legend]
Collaboration diagram for F2DSymAdiHeatFlowOp:

Collaboration graph
[legend]
List of all members.

Detailed Description

Float 2D Symmetric ADI Heatflow.

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

                Symmetric ADI implicit solver using 2D Pentadiagonal solvers
            (I - tau/2 * Ax) * u$=  (I + tau/2 * Ay) * uOld             // X-sweep
            (I - tau/2 * Ay) * u1=  (I + tau/2 * Ax) * u$               // Y-sweep

            (I - tau/2 * Ay) * u$=  (I + tau/2 * Ax) * uOld             // Y-sweep
            (I - tau/2 * Ax) * u2=  (I + tau/2 * Ay) * u$               // X-sweep

                 u= (u1+u2)/2                                                   // average sub-solutions

Papers:         "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

 F2DSymAdiHeatFlowOp (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 ~F2DSymAdiHeatFlowOp ()
virtual FImagefilter (FImage *src, FImage *dest=0)
 Local full image filtering.

virtual void report (FILE *file)


Member Function Documentation

FImage * F2DSymAdiHeatFlowOp::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