Package io.scanbot.sdk.imagefilters
See: Description
-
Object Summary Object Description Companion Companion ParametricFilterJson -
Enum Summary Enum Description OutputMode Output mode of binarization filter. BinarizationFilterPreset Preset of parameters for custom binarization filter. -
Class Summary Class Description ParametricFilter Base class for all parametric filters. ScanbotBinarizationFilter Automatic binarization filter. CustomBinarizationFilter Automatic binarization filter. ColorDocumentFilter Color document filter. BrightnessFilter Brightness adjustment filter. ContrastFilter Contrast adjustment filter. GrayscaleFilter Converts color images to grayscale and applies autocontrast. LegacyFilter Deprecated image filters. WhiteBlackPointFilter Maps image value channel so that all the pixels darker than the black point are set to 0, all the pixels brighter than the white point are set to 255, and the pixels in between are linearly scaled.