-
-
-
-
-
-
-
-
gaussian.rar
The Gaussian blur is a type of image-blurring filter that uses a Gaussian function (which also expresses the normal distribution in statistics) for calculating the transformation to apply to each pixel in the image
-
-
Gaussian-filter.rar
... main.m file
Function d2gauss.m:
This function returns a 2D Gaussian filter with size n1*n2 theta is
the angle that the filter rotated counter clockwise and sigma1 and sigma2 are the standard deviation of the Gaussian functions.
-
-