A binarization is the convertion of a picture to black and white.
Niblack is a method for local thresholding in image processing. It calculates a separate threshold for each pixel based on the local neighborhood of that pixel. This technique is commonly used in binarization tasks for enhancing contrast in images.
binarization is a process where each pixel in an image is converted into one bit and you assign the value as '1' or '0' depending upon the mean value of all the pixel.If greater then mean value then its '1' otherwise its '0'. binarization is a process where each pixel in an image is converted into one bit and you assign the value as '1' or '0' depending upon the mean value of all the pixel.If greater then mean value then its '1' otherwise its '0'. by, maneesh chandra j