Dilate img: Difference between revisions

From EVRI Test Wiki 02192024
Jump to navigation Jump to search
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...)
 
(No difference)

Latest revision as of 09:57, 29 September 2009

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