Chapter 3. Image Adjustment
This chapter will guide you through the ImageMorphology
package.
Morphological transformations are simple mathematical operations applied to a binary or grayscale image. They are used to remove small noise; shrink, separate, or identify an object; and increase the object size or background space.
The following topics will be covered in this chapter:
- Image erosion and dilation
- Image opening and image closing
Top-hat
andbot-hat
operations- Applying and combining techniques