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

FRegularized1AosOp Class Reference

#include <FRegularized1AosOp.hpp>

Inheritance diagram for FRegularized1AosOp:

Inheritance graph
[legend]
Collaboration diagram for FRegularized1AosOp:

Collaboration graph
[legend]
List of all members.

Detailed Description

Abstract Float Regularized AOS flow.

Author:
Bernard De Cuyper
Version:
1.1
Date:
19/01/2004
 
Purpose:        Fast Computation of Regularized AOS recursive flow.
                        Use the Thomas LU model.
                        Semi-Implicit solver using AOS additive splitting

            (I - tau/(1+tau*lambda) * A) * uNew=  (uOld + tau*lambda*u0)/(1.0 + tau*lambda)

                        Should be better than LOD: Rotation invariant.

                        LOD is sequential (handelling each direction x y z in sequence)

                        AOS is parallel (handelling each direction x y z at the same time)
                        AOS build an average operator

                        Both LOD and AOS are designed for large image restoration, O(N) in time ang space!!!

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

                        "Efficient and Reliable Schemes for Nonlinear Diffusion Filtering", 
                        Joachim. Weickert & all, IEEE transactions on Image Processing, vol7, n3, March 1998.

                        "One Step Deblurring and Denoising Color Images Using Partial Differential Equations", 
                        Danny Barash, HP Lab Israel, Technion, Haifa, Israel, 2000.
                

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


Public Methods

 FRegularized1AosOp (int iterations=1, int psfsz=5, float t=10.0, float deltaGradient=1.0, float aalpha=0.01, float asigma=0.25, bool perceptual=true, bool nonLinearFlag=true)
virtual ~FRegularized1AosOp ()
virtual void setI0 (FImage *Istart)
virtual FImagefilter (FImage *src, FImage *dest=0)
 Local full image filtering.

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

virtual void report (FILE *file)

Protected Attributes

bool perceptualFlag
int psfSize
float alpha
FImageI0


Member Function Documentation

FImage * FRegularized1AosOp::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 FSimpleAosOp.

FImage * FRegularized1AosOp::selectedFilter AnImage   mask,
FImage   src,
FImage   dest = 0
[virtual]
 

Local filtering in a mask area.

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

Reimplemented from FSimpleAosOp.


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