im_maxf
IM_MAXF
Fixed mapping for maximum filter (DIP_Image)
B = IM_MAXF(A,SIZE,SHAPE)
B = A*IM_MAXF([],SIZE,SHAPE)
B = A*IM_MAXF(SIZE,SHAPE)
Input | A | Dataset with object images dataset (possibly multi-band) | SIZE | Filter width in pixels, default SIZE = 7 | SHAPE | String with shape:'rectangular', 'elliptic', 'diamond' Default: elliptic |
Output | B | Dataset with filtered images |
See also
datasets, datafiles, dip_image, minf, This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|