Calculate 1D Gaussian kernel. More...
Functions | |
| function K = | gauss1D (in kernelsize, in mu, in sigma) |
Calculate 1D Gaussian kernel.
| function K = gauss1D | ( | in | kernelsize, |
| in | mu, | ||
| in | sigma | ||
| ) |
| kernelsize | Size of the envelope |
| mu | Center of the Gauss. Valid values are in the range 1:kernelsize |
| sigma | Standard deviation |
1.8.1.2