Thresholding

Thresholding starts with setting or determining a gray value that will be useful for the following steps.
The value is then used to separate portions of the image, and sometimes to transform each portion of the image to simply black and white based on whether it is below or above that grayscale value.

#113