Point Operations - Adaptive Thresholding
homepages.inf.ed.ac.uk › rbf › HIPR2Adaptive thresholding typically takes a grayscaleor colorimage as input and, in the simplest implementation, outputs a binary imagerepresenting the segmentation. For each pixel in the image, a threshold has to be calculated. If the pixel value is below the threshold it is set to the background value, otherwise it assumes the foreground value.