OCR_IMG_Binarize

OCR_IMG_Binarize struct

Inherits: filter_operation

Converts an image to black-and-white image. Binary images are images whose pixels have only two possible intensity values. They are normally displayed as black and white. Numerically, the two values are often 0 for black, and 255 for white. Binary images are produced by auto thresholding an image. Use in C++ -compatible API.

Constructors

NameDescription
OCR_IMG_Binarize