im_minf
IM_MINF
Fixed mapping for minimum filter (DIP_Image) (DIP_Image)
B = IM_MINF(A,SIZE,SHAPE)
B = A*IM_MINF([],SIZE,SHAPE)
B = A*IM_MINF(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. |
|