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

GetCompleteViewMapDensityF1D Class Reference

#include <AdvancedFunctions1D.h>

Inheritance diagram for GetCompleteViewMapDensityF1D:

UnaryFunction1D< double > List of all members.

Detailed Description

Returns the density evaluated for an Interface1D in the complete viewmap image. The density is evaluated for a set of points along the Interface1D (using the ReadCompleteViewMapPixelF0D functor) and then integrated into a single value using a user-defined integration method.


Public Member Functions

 GetCompleteViewMapDensityF1D (unsigned level, IntegrationType iType=MEAN, float sampling=2.f)
string getName () const
double operator() (Interface1D &inter)

Constructor & Destructor Documentation

GetCompleteViewMapDensityF1D unsigned  level,
IntegrationType  iType = MEAN,
float  sampling = 2.f
[inline]
 

Builds the functor.

Parameters:
level The level of the pyramid from which the pixel must be read.
iType The integration method used to compute a single value from a set of values.
sampling The resolution used to sample the chain: the corresponding 0D function is evaluated at each sample point and the result is obtained by combining the resulting values into a single one, following the method specified by iType.

Member Function Documentation

string getName  )  const [inline, virtual]
 

Returns the string "GetCompleteViewMapDensityF1D"

Reimplemented from UnaryFunction1D< double >.

double operator() Interface1D inter  )  [virtual]
 

the () operator.

Reimplemented from UnaryFunction1D< double >.


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