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 |
#include <AdvancedFunctions1D.h>
Inheritance diagram for GetSteerableViewMapDensityF1D:
Public Member Functions | |
GetSteerableViewMapDensityF1D (int level, IntegrationType iType=MEAN, float sampling=2.f) | |
virtual | ~GetSteerableViewMapDensityF1D () |
string | getName () const |
real | operator() (Interface1D &inter) |
GetSteerableViewMapDensityF1D | ( | int | level, | |
IntegrationType | iType = MEAN , |
|||
float | sampling = 2.f | |||
) | [inline] |
Builds the functor from the level of the pyramid from which the pixel must be read.
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. |
virtual ~GetSteerableViewMapDensityF1D | ( | ) | [inline, virtual] |
Destructor
string getName | ( | ) | const [inline, virtual] |
Returns the string "GetSteerableViewMapDensityF1D"
Reimplemented from UnaryFunction1D< real >.
real operator() | ( | Interface1D & | inter | ) | [virtual] |
the () operator.
Reimplemented from UnaryFunction1D< real >.