Dilate img

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search

Purpose

Dilates a binary image.

Synopsis

imout = dilate_img(im,window)

Description

Returns the binary image (im) after applying a dilation filter of the specified size (window). Positive window sizes specify a square filter, negative window sizes specifiy a circular filter.

For more advanced options, see MORPH_IMG.

See Also

close_img, erode_img, open_img, morph_img