Interface | Description |
---|---|
IProcessingAlgorithm |
Represents a mechanism for image preprocessing, so that the image can be used for data extraction
|
Class | Description |
---|---|
AverageThresholdAlgorithm |
Binarization algorithms that uses an average value threshold filter.
|
GrayscaleAlgorithm |
Represent a grayscale conversion algorithm
|
OtsuBinarizationAlgorithm |
Otsu binarization algorithm.
|
ProcessingPipeline |
Represents an ordered chain of image processing algorithms.
|
SkewCorrectionAlgorithm |
Represent skew correction algorithm
|
Copyright © 2017. All Rights Reserved.