![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
This file provide utility functions to compute a Gaussian smoothing on a 1D signal. More...
Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::math | |
| Namespace agregating IPSDK mathematical routines and classes. | |
Functions | |
| template<typename T > | |
| IPSDKMATH_API std::vector< ipReal32 > | ipsdk::math::gaussianSmoothing1D (const std::vector< T > &vInBuf, const ipReal32 stdDev) |
| Compute the Gaussian smoothing on a 1D signal stored in a std::vector. | |
This file provide utility functions to compute a Gaussian smoothing on a 1D signal.
1.8.14