DATUNIF Apply uniform filter on images in a dataset (deprecated)
B = DATUNIF(A,NX,NY)
DescriptionAll 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 alsodatasets, dataim, im2obj, im2feat, datgauss, datfilt, im_unif,
|