Home
last modified time | relevance | path

Searched defs:getGaussianKernel (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dsmooth.dispatch.cpp200 Mat getGaussianKernel(int n, double sigma, int ktype) in getGaussianKernel() function
260 static void getGaussianKernel(int n, double sigma, int ktype, Mat& res) { res = getGaussianKernel(n… in getGaussianKernel() function
261 template <typename FT> static void getGaussianKernel(int n, double sigma, int, std::vector<FT>& res) in getGaussianKernel() function
/dports/misc/visp/visp-3.4.0/modules/core/src/image/
H A DvpImageFilter.cpp555 void vpImageFilter::getGaussianKernel(double *filter, unsigned int size, double sigma, bool normali… in getGaussianKernel() function in vpImageFilter