Binarize🔗

Summary🔗

The Binarize Tool turns an input image into a binary image by comparing the intensity of each pixel with the given Threshold. If the invert flag is false, the pixels with intensities higher than or equal to the threshold are set to ‘1’ and the others to ‘0’. Set invert to true to reverse this logic.

A gray level image can be turned to binary using a static threshold.

A gray level image can be turned to binary using a static threshold.🔗