getGaussianKernel  486 modules/cudafilters/src/filtering.cpp     Mat kx = getGaussianKernel(ksize.width, sigma1, CV_32F);
getGaussianKernel  491 modules/cudafilters/src/filtering.cpp         ky = getGaussianKernel(ksize.height, sigma2, CV_32F);
getGaussianKernel  422 modules/cudaoptflow/src/farneback.cpp                 Mat g = getGaussianKernel(smoothSize, sigma, CV_32F);
getGaussianKernel  439 modules/cudaoptflow/src/farneback.cpp                 Mat g = getGaussianKernel(winSize_, winSize_/2*0.3f, CV_32F);
getGaussianKernel 1067 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W Mat getGaussianKernel( int ksize, double sigma, int ktype = CV_64F );
getGaussianKernel  947 modules/imgproc/misc/java/test/ImgprocTest.java         dst = Imgproc.getGaussianKernel(1, 0.5);
getGaussianKernel  954 modules/imgproc/misc/java/test/ImgprocTest.java         dst = Imgproc.getGaussianKernel(3, 0.8, CvType.CV_32F);
getGaussianKernel 1608 modules/imgproc/src/smooth.cpp     kx = getGaussianKernel( ksize.width, sigma1, std::max(depth, CV_32F) );
getGaussianKernel 1612 modules/imgproc/src/smooth.cpp         ky = getGaussianKernel( ksize.height, sigma2, std::max(depth, CV_32F) );
getGaussianKernel  823 modules/video/src/optflowgf.cpp         Mat g = getGaussianKernel(smoothSize, sigma, CV_32F);