| im_unif
IM_UNIF
Uniform filter of images stored in a dataset/datafile
B = IM_UNIF(A,SX,SY,SHAPE)
B = A*IM_UNIF([],SX,SY,SHAPE)
| Input | | A | Dataset with object images dataset (possibly multi-band) | | SX | Desired horizontal width for filter, default SX = 3 | | SY | Desired vertical width for filter, default SY = SX | | SHAPE | Desired shape, 'same' (default) or 'full', see CONV2 |
| Output | | B | Dataset/datafile with Gaussian filtered images |
See also
datasets, datafiles, im_gaussf, filtim, | This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|