the standard deviation of the gaussian kernel. Defaults to 5.
MG
the smoothed image.
Description
Function gsm performs 2D gaussian smoothing of the image M, with standard deviation sigma, using FFT.
Examples
initial_dir=PWD;chdir(SIPDIR+'images');[Img,map]=imread('onca.gif');clfimshow(Img,map);Img=im2gray(Img,map);// Img is now 0-1 rangeclfimshow(Img);Img=gsm2d(Img,2);clfimshow(Img);chdir(initial_dir);
Authors
Ricardo Fabbri <ricardofabbri (AT) users DOT sf DOT net>
Availability
The latest version of the Scilab Image Processing toolbox can be found at