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

RGreyBilateralOp Class Reference

#include <RGreyBilateralOp.hpp>

Inheritance diagram for RGreyBilateralOp:

Inheritance graph
[legend]
Collaboration diagram for RGreyBilateralOp:

Collaboration graph
[legend]
List of all members.

Detailed Description

Grey Bilateral Filter.

Author:
Bernard De Cuyper
Version:
0.095
Date:
26/09/2003
 
Purpose:        Computation Sharpen.

Paper:  "A fundamental relastionship between Bilateral Filtering,
                Adaptive Smoothing and the Nonlinear Diffusion Equation.", 
                Danny Barash, IEEE Transaction in pattern analysis and Machine Intelligence, vol24, no 6, June 2002.

                "Bilateral Filtering, anisotropic Diffusion: Toward a unified viewpoint.", 
                Danny Barash, Hewlett-Packard lab technical report, HPL-2000-18(R.I.), 2000.
                

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


Public Methods

 RGreyBilateralOp (double asigmaD=5.0, double asigmaR=30.0, int windowSize=15)
virtual ~RGreyBilateralOp ()
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 Methods

double RGreyBilateralOp::getW (RImage *im, int xc, int yc, int xn, int yn)

Private Attributes

int S
double sigmaD
double sigmaR
double beta
double beta2
double invSigmaD2


Member Function Documentation

RImage * RGreyBilateralOp::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 * RGreyBilateralOp::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