PRTools contents

PRTools manual

im_gaussf

IM_GAUSSF

Gaussian filter of images stored in a dataset (DIPImage)

   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

Description

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.

See also

datasets, datafiles, dipimage, gaussf, im_gauss,

PRTools contents

PRTools manual