Erode img: Difference between revisions

From EVRI Test Wiki 02192024
Jump to navigation Jump to search
imported>Scott
(New page: ===Purpose=== Erodes a binary image. ===Synopsis=== :imout = erode_img(im,window) ===Description=== Returns the binary image (im) after applying an erosion filter of the specified size...)
 
(No difference)

Latest revision as of 09:59, 29 September 2009

Purpose

Erodes a binary image.

Synopsis

imout = erode_img(im,window)

Description

Returns the binary image (im) after applying an erosion 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, dilate_img, open_img, morph_img