| PRTools contents |
DATGAUSS
B = DATGAUSS(A,SIGMA)
| Input | |
| A | Dataset containing images |
| SIGMA | Standard deviation of Gaussian filter (default 1) |
| Output | |
| B | Dataset with filtered images |
All images stored as objects (rows) or as features (columns) of dataset A are filtered with a Gaussian filter with standard deviation SIGMA and stored in dataset B. Image borders are mirrored before filtering.
This command is deprecated, use IM_GAUSS instead.
datasets, dataim, im2obj, im2feat, datunif, im_gauss,
| PRTools contents |