Scanbot SDK
Loading...
Searching...
No Matches
parametric_filters.py File Reference

Python bindings for ParametricFilters. More...

Classes

class  OutputMode
 Output mode of binarization filter. More...
 
class  BinarizationFilterPreset
 Preset of parameters for custom binarization filter. More...
 
class  ParametricFilter
 Base class for all parametric filters. More...
 
class  LegacyFilter
 Deprecated. More...
 
class  ScanbotBinarizationFilter
 Automatic binarization filter. More...
 
class  CustomBinarizationFilter
 Automatic binarization filter. More...
 
class  ColorDocumentFilter
 Color document filter. More...
 
class  BrightnessFilter
 Brightness adjustment filter. More...
 
class  ContrastFilter
 Contrast adjustment filter. More...
 
class  GrayscaleFilter
 Converts color images to grayscale and applies autocontrast. More...
 
class  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. More...
 
class  PageBinarization
 Binarization behavior to apply when adding a page to a PDF/TIFF. More...
 

Detailed Description

Python bindings for ParametricFilters.