DATFILT Filtering of dataset images (deprecated)
B = DATFILT(A,F)
DescriptionAll 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 alsodatasets, im2obj, data2im, im2feat, datgauss, dataim,
|