IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
GaussianSmoothing1D.h File Reference

This file provide utility functions to compute a Gaussian smoothing on a 1D signal. More...

#include <IPSDKMath/IPSDKMathExports.h>
#include <IPSDKUtil/BaseTypes.h>
#include <vector>

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.
 

Detailed Description

This file provide utility functions to compute a Gaussian smoothing on a 1D signal.

Author
R. Abbal
Date
2022/9/15