CarPlateRecognitionSettings

CarPlateRecognitionSettings class

Settings for the car number recognition.
Contains elements that allow customizing the recognition process.

The CarPlateRecognitionSettings type exposes the following members:

Constructors

NameDescription
CarPlateRecognitionSettings(language)Initializes a new instance of the CarPlateRecognitionSettings class
CarPlateRecognitionSettings()Initializes a new instance of the

Properties

NameDescription
languageGets or sets the language used for OCR.
ignored_symbolsSets blacklist for recognition symbols.
allowed_symbolsSet the allowed characters with alphabet property.
allowed_charactersAllowed characters set. Determines the type of characters allowed for recognition result.
automatic_color_inversionDetect images with white text on dark/black background and automatically choose a special OCR algorithm for them.

See Also