CarPlateRecognitionSettings

CarPlateRecognitionSettings class

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

public class CarPlateRecognitionSettings

Constructors

Name Description
CarPlateRecognitionSettings(Language) Initializes a new instance of the CarPlateRecognitionSettings class with full set of properties.

Properties

Name Description
AllowedCharacters { get; set; } Allowed characters set. Determines the type of characters allowed for recognition result.
AllowedSymbols { get; set; } Set the allowed characters with alphabet property.
IgnoredSymbols { get; set; } Sets blacklist for recognition symbols.
Language { set; } Gets or sets the language used for OCR. Determines the alphabet used during recognition. Multi-language by default.
PreprocessingFilters { get; set; } Allows to prepare the image for OCR by adjusting pre-processing methods.

See Also