39#ifndef VP_GAUSSIAN_FILTER_H
40#define VP_GAUSSIAN_FILTER_H
42#include <visp3/core/vpConfig.h>
43#include <visp3/core/vpImage.h>
45#if defined(VISP_HAVE_SIMDLIB)
58 vpGaussianFilter(
unsigned int width,
unsigned int height,
float sigma,
bool deinterleave =
false);
vpGaussianFilter(unsigned int width, unsigned int height, float sigma, bool deinterleave=false)
void apply(const vpImage< unsigned char > &I, vpImage< unsigned char > &I_blur)
Definition of the vpImage class member functions.