April 2020
Intermediate to advanced
438 pages
12h 2m
English
Thresholding refers to a family of algorithms that use a pixel value as a threshold to create a binary image (an image with only black-and-white pixels) from a grayscale image (this is the simplest possible method, segmenting foreground objects from the background in an image). The threshold can be chosen manually (by looking at the histogram of pixel values) or automatically using an algorithm. Image segmentation techniques may be noncontextual (without considering spatial relationships between the features in an image and grouping pixels only with regard to certain global attributes—for example, color/gray level) or contextual (additionally exploiting spatial relationships). In this recipe, you ...
Read now
Unlock full access