Description Usage Arguments Value Examples
This function produces a Gaussian smoothing kernel that can be used in separable convolution to smooth images.
1 | gaussKernel(fwhm=8,ksize=5,voxsize=1)
|
fwhm |
Full width at half maximum of the kernel. |
ksize |
Size of kernel. Must be Odd |
voxsize |
Size of the voxel in the direction you wish to smooth in. If smoothing a non medical image leave voxsize as 1 unless anisotropic smoothing is required. |
Returns a Kernel
1 | ts.plot(gaussKernel(ksize=23,voxsize=1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.