16 #ifndef __IPSDKMATH_GAUSSIANSMOOTHING1D_H__ 17 #define __IPSDKMATH_GAUSSIANSMOOTHING1D_H__ 41 #endif // __IPSDKMATH_GAUSSIANSMOOTHING1D_H__ IPSDKMATH_API ipReal64 stdDev(const std::vector< T > &coll)
function allowing to compute standard deviation for a vector
Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base types for multiplatform compatibility.
#define IPSDKMATH_API
Import/Export macro for library IPSDKMath.
Definition: IPSDKMathExports.h:27
IPSDKMATH_API std::vector< ipReal32 > gaussianSmoothing1D(const std::vector< T > &vInBuf, const ipReal32 stdDev)
Compute the Gaussian smoothing on a 1D signal stored in a std::vector.
float ipReal32
Base types definition.
Definition: BaseTypes.h:56