PRTools contents |
DATFILT
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 |
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.
datasets, im2obj, data2im, im2feat, datgauss, dataim,
PRTools contents |