PRTools contents

PRTools manual

datgauss

DATGAUSS

Apply Gaussian filter on images in a dataset (deprecated)

   B = DATGAUSS(A,SIGMA)

Input
 A Dataset containing images
 SIGMA Standard deviation of Gaussian filter (default 1)

Output
 B Dataset with filtered images

Description

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.

See also

datasets, dataim, im2obj, im2feat, datunif, im_gauss,

PRTools contents

PRTools manual