PRTools contents

PRTools manual

datunif

DATUNIF

Apply uniform filter on images in a dataset (deprecated)

     B = DATUNIF(A,NX,NY)

Input
 A Dataset containing images
 NX,NY Filtersize in X- and Y-direction (default: NY = NX)

Output
 B Dataset with filtered images

Description

All images stored as objects (rows) or as features (columns) of  dataset A are filtered with an NX*NY uniform filter and stored in

dataset B. Image borders are mirrored before filtering.

This command is deprecated, use IM_UNIF instead.

See also

datasets, dataim, im2obj, im2feat, datgauss, datfilt,

PRTools contents

PRTools manual