|
Choreonoid
1.8
|
Header file of gaussian filter functions. More...
#include <cmath>#include <vector>Go to the source code of this file.
Namespaces | |
| cnoid | |
Functions | |
| template<class T > | |
| void | cnoid::setGaussWindow (T sigma, int range, std::vector< T > &out_window) |
| template<class RESULTVECTOR , class SRCVECTOR , class ELEMENT , class T > | |
| void | cnoid::applyGaussianFilter (RESULTVECTOR &result, const SRCVECTOR &src, std::vector< T > &gwin, ELEMENT zero) |
| template<class RESULTVECTOR , class SRCVECTOR , class ELEMENT , class T > | |
| void | cnoid::applyGaussianFilter (RESULTVECTOR &result, const SRCVECTOR &src, T sigma, int range, ELEMENT zero) |
Header file of gaussian filter functions.
1.8.17