Calculate a 1D Gaussian kernel within a circular space. More...
Functions | |
| function Y = | gauss1Dcircular (in X, in mu, in sigma) |
Calculate a 1D Gaussian kernel within a circular space.
This revision assumes a circular space, hence 1 and X are adjacent values
Idea:
| function Y = gauss1Dcircular | ( | in | X, |
| in | mu, | ||
| in | sigma | ||
| ) |
| X | Size of the envelope |
| mu | Center of the Gauss. Valid values are in the range 1:kernelsize |
| sigma | Standard deviation |
1.8.1.2