ImagePreprocessingFilterList MethodsByteScout Text Recognition SDK

The ImagePreprocessingFilterList type exposes the following members.

Methods

  NameDescription
Public methodAddContrast
Adds the contrast image filter.
Public methodAddDeskew
Adds the deskew image processing filter with default angle threshold 0.4 deg (minimal admissible skew angle).
Public methodAddDeskew(Double)
Adds deskew image processing filter with specified angle threshold (minimal admissible skew angle).
Public methodAddDilate
Adds the dilate image filter.
Public methodAddFit
Adds "Fit" image filter with the specified size limit. When the image width or height exceeds the limit, the image proportionally resized to it.
Public methodAddGammaCorrection
Adds gamma correction filter with default value 1.4.
Public methodAddGammaCorrection(Double)
Adds the gamma correction filter.
Public methodAddGrayscale
Adds the grayscale image filter.
Public methodAddHorizontalLinesRemover
Adds the horizontal lines remover filter.
Public methodAddInvert
Adds "Invert" (negative) image filter.
Public methodAddMedian
Adds the median image filter.
Public methodAddMedian(Int32)
Adds the median filter with specified block size.
Public methodAddScale
Adds "Scale" image filter with specified scale factor.
Public methodAddVerticalLinesRemover
Adds the vertical lines remover filter.
Public methodClear
Clears the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference