Close img

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Purpose

Close-convolution for a binary image.

Synopsis

imout = close_img(im,window)

Description

Returns the binary image (im) after applying a close filter of the specified size (window). A close operation is a dilate operation followed by an erode operation. Positive window sizes specify a square filter, negative window sizes specifiy a circular filter.

For more advanced options, see MORPH_IMG.

See Also

dilate_img, erode_img, open_img, morph_img