MATLAB CVIP Toolbox Functions
Morphological
Morphological operations are often used after image segmentation as a form of spatial filtering. We have functions to perform the basic operations: erosion, dilation, opening and closing.These functions allow the user to select from a set of pre-defined structuring elements or to define their own matrix to be used. The hit-or-miss transform, thinning, and skeletonization functions are also available. Additionally, functions to implement the iterative modification method described in the book are included.- morphclose_cvip - perform grayscale morphological closing
- morphdilate_cvip - perform grayscale morphological dilation
- morpherode_cvip - perform grayscale morphological erosion
- morphitermod_cvip - performs morphological iterative based modification as defined a set of surrounds, a logical operation and the number of iterations
- morphopen_cvip - perform grayscale morphological opening
- morph_hitmiss_cvip - perform hitmiss operation
- morph_skeleton_cvip - perform skeletonization operation
- morph_thinning_cvip - performs thinning operation