PRTools Contents

PRTools User Guide

datfilt

DATFILT

Filtering of dataset images (deprecated)

    B = DATFILT(A,F)

Input
 A Dataset with image data
 F Matrix with the convolution mask

Output
 B Dataset containing all the images after filtering

Description

All images stored in the dataset A are horizontally and vertically  convoluted by the 1-dimensional filter F. A uniform N*N filter is,  thereby, realized by DATFILT(A,ONES(1,N)/N).

This command is deprecated, use IMFILT instead.

See also

datasets, im2obj, data2im, im2feat, datgauss, dataim,

PRTools Contents

PRTools User Guide

This file has been automatically generated. If badly readable, use the help-command in Matlab.