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

RThomasHeatOp Class Reference

#include <RThomasHeatOp.hpp>

Inheritance diagram for RThomasHeatOp:

Inheritance graph
[legend]
Collaboration diagram for RThomasHeatOp:

Collaboration graph
[legend]
List of all members.

Detailed Description

Float Heat recursive flow.

Author:
Bernard De Cuyper
Version:
0.05
Date:
1/07/2002
 
Purpose:        Fast Computation of Heat recursive flow.
                        Thomas LU model.

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

                        LOD is ok, in isotropic situations

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

 RThomasHeatOp (int iterations=1, double t=0.5)
 Can be used as alternative of IIR for large sigma blurring when t=(sigma*sigma)/2.

virtual ~RThomasHeatOp ()
virtual RImagefilter (RImage *src, RImage *dest=0)
 Local full image filtering.

virtual RImageselectedFilter (AnImage *mask, RImage *src, RImage *dest=0)
 Local filtering in a mask area.

virtual void report (FILE *file)

Protected Attributes

int w
int h
int iterMax
double tau
ThomasLShThomasLS
ThomasLSvThomasLS


Member Function Documentation

RImage * RThomasHeatOp::filter RImage   src,
RImage   dest = 0
[virtual]
 

Local full image filtering.

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

Implements AbsRImageFilter.

RImage * RThomasHeatOp::selectedFilter AnImage   mask,
RImage   src,
RImage   dest = 0
[virtual]
 

Local filtering in a mask area.

Parameters:
mask  is AnImage* is a ByteImage
src  is RImage* is RImage source channel
dest  is RImage* is RImage result/placeholder
Returns :
RImage* as result,

Reimplemented from AbsRImageFilter.


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