ABSTRACT

A grayscale image is turned into a binary (black and white) image by first choosing a gray level T in the original image, and then turning every pixel black or white according to whether its gray value is greater than or less than T :

A pixel becomes {

white if its gray level is > T , black if its gray level is ≤ T .