Dilate img

From Eigenvector Research Documentation Wiki
Revision as of 10:57, 29 September 2009 by imported>Scott (New page: ===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 si...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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