| PRTools contents |
IM_GAUSSF
B = IM_GAUSSF(A,S)
B = A*IM_GAUSSF([],S)
| Input | |
| A | Dataset with object images dataset (possibly multi-band) |
| S | Desired standard deviation for filter, default S = 1 |
| Output | |
| B | Dataset with Gaussian filtered images |
All, possibly multi-band, 2D images in A are Gaussian filtered using the DIPImage command GAUSSF. In case DIPImage is not available, IM_GAUSS may be used.
datasets, datafiles, dipimage, gaussf, im_gauss,
| PRTools contents |