The ALPR matcher uses the "Number of character differences" technique to improve the plate read accuracy rate.
This technique allows for a difference in the number of characters between the plate read and the plate number in the hotlist. This allows the system to account for characters in the plate that cannot be read (dirt, bad camera angle, and so on), and for objects on the plate that might be mistaken for legitimate characters (screws, pictures, and so on).
In the following example, the hotlist contains the license plate ABC123. The ALPR
matcher configured to allow for one difference in the number of characters.
- ABCU123 matches the plate ABC123 because you allowed one difference in the number of characters. With this configuration, a license plate with one more or one fewer characters generates a hit.
- ABUO123 does not match the plate ABC123 because it has more than one additional character.