ImagePreprocessingFilterList Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents collection of image preprocessing filters.
Inheritance Hierarchy
ByteScout.TextRecognitionImagePreprocessingFilterList
Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
The ImagePreprocessingFilterList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ImagePreprocessingFilterList | Initializes a new instance of the ImagePreprocessingFilterList class |
Methods
Name | Description | |
---|---|---|
AddContrast | Adds the contrast image filter. | |
AddDeskew | Adds the deskew image processing filter with default angle threshold 0.4 deg (minimal admissible skew angle). | |
AddDeskew(Double) | Adds deskew image processing filter with specified angle threshold (minimal admissible skew angle). | |
AddDilate | Adds the dilate image filter. | |
AddFit | Adds "Fit" image filter with the specified size limit. When the image width or height exceeds the limit, the image proportionally resized to it. | |
AddGammaCorrection | Adds gamma correction filter with default value 1.4. | |
AddGammaCorrection(Double) | Adds the gamma correction filter. | |
AddGrayscale | Adds the grayscale image filter. | |
AddHorizontalLinesRemover | Adds the horizontal lines remover filter. | |
AddInvert | Adds "Invert" (negative) image filter. | |
AddMedian | Adds the median image filter. | |
AddMedian(Int32) | Adds the median filter with specified block size. | |
AddScale | Adds "Scale" image filter with specified scale factor. | |
AddVerticalLinesRemover | Adds the vertical lines remover filter. | |
Clear | Clears the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through a collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
See Also