h o m e d o c u m e n t a t i o n c l a s s h i e r a r c h y

DensityF0D Class Reference

#include <AdvancedFunctions0D.h>

Inheritance diagram for DensityF0D:

UnaryFunction0D< double > List of all members.

Detailed Description

Returns the density of the (result) image evaluated at an Interface0D. This density is evaluated using a pixels square window around the evaluation point and integrating these values using a gaussian.


Public Member Functions

 DensityF0D (double sigma=2)
string getName () const
double operator() (Interface0DIterator &iter)

Constructor & Destructor Documentation

DensityF0D double  sigma = 2  )  [inline]
 

Builds the functor from the gaussian sigma value.

Parameters:
sigma sigma indicates the x value for which the gaussian function is 0.5. It leads to the window size value. (the larger, the smoother)

Member Function Documentation

string getName  )  const [inline, virtual]
 

Returns the string "DensityF0D"

Reimplemented from UnaryFunction0D< double >.

double operator() Interface0DIterator iter  )  [virtual]
 

The () operator.

Reimplemented from UnaryFunction0D< double >.


The documentation for this class was generated from the following file: