Binarization is a technology that converts a grayscale image into a binary image containing only black and white pixel values. It divides pixels into foreground (target) and background categories by setting a threshold, simplifies the image data structure, and is often used in scenarios such as text recognition, fingerprint detection, and target contour extraction.





