#include <functional.h>
Public Member Functions | |
| Gaussian1DFunctor (Type sigma=1.0) | |
| The constructor initializes the Gaussian to zero mean and the specified standard deviation. | |
| Type | operator() (const Type &input) |
| Compute the value of the Gaussian at the specified input value, and return the result. | |
Definition at line 31 of file functional.h.
| dlr::numeric::Gaussian1DFunctor< Type >::Gaussian1DFunctor | ( | Type | sigma = 1.0 |
) | [inline] |
The constructor initializes the Gaussian to zero mean and the specified standard deviation.
| sigma | This argument specifies the standard deviation of the Gaussian. |
Definition at line 41 of file functional.h.
| Type dlr::numeric::Gaussian1DFunctor< Type >::operator() | ( | const Type & | input | ) | [inline] |
Compute the value of the Gaussian at the specified input value, and return the result.
| input | The point at which to evaluate the Guassian. |
Definition at line 53 of file functional.h.
1.5.8