- What do you know about morphological processing?
- What are the five morphological operations?
- What are the applications of morphological image processing?
- Is morphological filtering good?
What do you know about morphological processing?
Morphology is a broad set of image processing operations that process images based on shapes. Morphological operations apply a structuring element to an input image, creating an output image of the same size.
What are the five morphological operations?
Erosion, dilation, opening, closing: The four basic morphological operations together with some others can be implemented on a binary image via Process<Binary.
What are the applications of morphological image processing?
Applications of Morphology
Dilation adds pixels to boundary of an object. Dilation makes objects more visible and fills in small holes in the object. Erosion removes pixels from the boundary of an object. Erosion removes islands and small objects so that only substantive objects remain.
Is morphological filtering good?
The morphological filters are quite effective for smoothing binary images but they have other important applications as well. One such application is boundary detection, which is the binary case of the more general edge detectors studied in Chapters 19 and 20.