Close img
Jump to navigation
Jump to search
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.