ProteoWizard
|
First derivative of Gaussian. More...
#include <gauss.hpp>
Public Member Functions | |
Gauss_1deriv (TReal mu, TReal sigma) | |
TReal | operator() (TReal x) |
returns f'(x), with f - Gaussian. More... | |
Protected Attributes | |
TReal | mu_ |
TReal | sigma_ |
First derivative of Gaussian.
|
inline |
|
inline |
returns f'(x), with f - Gaussian.
Definition at line 81 of file gauss.hpp.
References ralab::base::filter::utilities::Gauss< TReal >::mu_, ralab::constants::PI(), and ralab::base::filter::utilities::Gauss< TReal >::sigma_.
|
protected |
|
protected |