Json Image Filter Type
The image filter types.
Entries
Fixes white-balance and cleans up the background. Usecase: images of paper documents.
A filter for binarizing an image. Creates an 8-bit image with pixel values set to eiter 0 or 255. Usecase: Preparation for optical character recognition.
Cleans up the background and tries to preserve photos within the image. Usecase: magazine pages, flyers.
Black and white filter with background cleaning. Creates a grayscaled 8-bit image with mostly black or white pixels. Usecase: Textual documents or documents with black and white illustrations.
A filter for black and white conversion using OTSU binarization.
A filter for black and white conversion primary used for low-contrast documents.
A filter that enhances edges in low-contrast documents.
Binarization filter primary inteded to use on low-contrast documents with heavy shadows.
Binarization filter primary intended to use on low-contrast documents with heavy shadows.
Binarization filter for poor quality printed papers.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.