Introduction#
A binary image is an image whose pixels take only two values, typically 0 and 1 (but it can be 0 or 255, False or True, black or white, etc.). A binary image can result from a segmentation, and the techniques presented in this chapter can help to improve the result.
So, we consider that the images contain objects (represented by white pixels) on a background (black pixels), as in Fig. 81.
After a short section introducing the concepts of neighborhood and connectivity, the basic operators of mathematical morphology (dilation and erosion, and their combination opening and closing) are presented. Multiple tools have been created from these operators, we focus on four of these tools: top-hat transform granulometry hit-or-miss transform and skeleton. Finally, we deal with measuring the geometric characteristics of binary objects.