Technology Explained

How License Plate Recognition Actually Reads a Plate

Illustration for How License Plate Recognition Actually Reads a Plate

The Camera Does Not See What You See

An automatic number plate recognition camera is not simply a video camera pointed at traffic. It is a specialised imaging system optimised for one narrow task, and the images it captures often look strange to human eyes.

Typical output is a high-contrast monochrome frame in which the plate is brilliantly bright and almost everything else, including the vehicle body, driver and background, falls away into darkness. That deliberate simplification is what makes reliable automated reading possible.

Infrared Light Does Most of the Work

Most recognition cameras illuminate the scene with their own infrared light source, usually a bank of light-emitting diodes operating just beyond the range of human vision at around eight hundred and fifty nanometres.

Because this light is invisible, cameras can flood a road with illumination at any hour without dazzling drivers or being noticed at all. It also means the system does not depend on street lighting, headlights or daylight, and performs identically at three in the morning.

Number Plates Are Deliberately Retroreflective

The reason infrared works so well is that number plates are manufactured to be retroreflective, meaning they return light directly back toward its source rather than scattering it in all directions like ordinary painted surfaces.

The reflective sheeting contains microscopic glass beads or moulded prismatic structures that redirect incoming light through a precise reversal of its path. A plate therefore appears far brighter to a camera mounted beside the light source than any other object in the scene.

A Narrow Filter Discards Everything Else

The camera fits an optical filter that blocks visible light and passes only the infrared band its illuminator produces. Headlights, sunlight, shop signs, reflections from wet roads and coloured vehicle paint are all largely eliminated before the sensor sees them.

What remains is essentially a scene lit by one controlled source in which one object is overwhelmingly the brightest. This optical filtering, performed in hardware, removes more difficulty than any subsequent software processing could.

Very Short Exposures Freeze Fast Vehicles

A vehicle at motorway speed covers several metres in the time a normal camera exposure takes, which would smear characters into unreadable streaks. Recognition cameras therefore use extremely short exposure times, often well under a millisecond.

Such brief exposures would normally produce a hopelessly dark image, which is precisely why powerful infrared illumination is necessary. The two design choices are inseparable: the light exists to make the short exposure viable.

Finding the Plate Comes Before Reading It

Before any character can be interpreted, software must locate the plate within the frame, a step called plate localisation. Traditional approaches search for regions with the distinctive visual signature of a plate.

Those signatures include a bright rectangular area of consistent brightness, a characteristic width to height ratio, and dense vertical edges produced by a row of characters. Modern systems increasingly use trained neural networks that learn these cues rather than having them explicitly programmed.

The Image Must Be Straightened Before Reading

Cameras rarely view plates straight on. A roadside or overhead installation sees plates at an angle, so the rectangle appears as a skewed trapezium with characters distorted and unevenly sized.

Software applies a geometric transformation that maps the detected corners back to a true rectangle, restoring proportions as though the plate were photographed face on. Recognition accuracy depends heavily on this correction being performed well.

Segmentation Separates Individual Characters

Once straightened, the plate image is divided into individual characters. A common method projects pixel intensity vertically down the plate, producing peaks where characters sit and troughs in the gaps between them.

Cutting at the troughs isolates each character into its own small image. Segmentation is a frequent source of failure: characters that touch, plates with decorative borders, stray screws and damaged sections can all confuse the boundaries.

Optical Character Recognition Classifies Each Shape

Each isolated character image is then classified. Older systems compared it against stored templates for every permitted character and selected the closest match, or measured geometric features such as loops, junctions and stroke directions.

Contemporary systems use convolutional neural networks trained on very large collections of real plate images. These handle dirt, damage, unusual fonts and partial occlusion far better, because they learn what characters look like under genuine road conditions rather than in ideal form.

Ambiguous Characters Are the Classic Problem

Certain character pairs are visually similar enough to cause persistent errors. The digit zero and letter O, one and I, eight and B, five and S, and two and Z are confused regularly, particularly on dirty or low resolution images.

Many plate formats reduce this by design, restricting particular positions to letters or digits only. Recognition software exploits the same structure, applying format rules so that a character in a digits-only position is never reported as a letter.

Format Rules Correct Many Errors Automatically

Because national plate formats follow strict patterns, software can validate and repair its own output. If a jurisdiction uses two letters followed by three digits, a reading that violates that pattern is known to contain an error.

The system can then re-evaluate the offending character, choosing the best alternative that satisfies the format. This syntactic checking delivers a substantial accuracy improvement at almost no computational cost, which is why systems are configured per region.

Confidence Scores Accompany Every Read

A recognition system does not simply output text. Each character carries a confidence value reflecting how closely it matched, and the plate as a whole receives an aggregate score.

Downstream systems use these scores to decide what to do. A high-confidence read may trigger automatic action, while a low-confidence one is routed for human review. In enforcement contexts, low-confidence reads are typically checked by a person before any penalty is issued.

Reading Happens in Milliseconds

The entire pipeline, from capture through localisation, straightening, segmentation and classification, completes in a few tens of milliseconds on modern hardware. Many cameras perform all of it internally rather than sending images elsewhere.

This matters for both speed and bandwidth. An edge camera can transmit a short text string and a small thumbnail instead of continuous video, which makes large networks of cameras practical over modest communications links.

Multiple Frames Improve Accuracy Considerably

A camera typically captures a vehicle several times as it passes through the detection zone, producing a burst of frames at slightly different angles, distances and moments of illumination.

Each frame is read independently and the results are compared. A character read consistently across frames is almost certainly correct, and voting between frames resolves cases where one image was obscured by glare, spray or a passing obstruction.

Speed Enforcement Needs Two Measurements

Average speed cameras use recognition to calculate travel time rather than instantaneous speed. Plates are read at two points a precisely known distance apart, and each read is timestamped to high accuracy.

Dividing the distance by the elapsed time gives average speed over the whole section. This approach is difficult to defeat by braking at a camera, which is why it is favoured for roadworks and long stretches of managed motorway.

Parking and Access Control Use Stored Lists

In car parks, the system records the plate and time on entry, then matches the plate on exit to calculate duration and fee. No barrier ticket is required, and the plate itself becomes the token.

Gated access works by comparing each read against an authorised list. A match opens the barrier, a non-match refuses it or alerts an operator. The same approach underlies congestion charging and low emission zone enforcement in many cities.

Toll Systems Combine Plates With Transponders

Electronic tolling usually prefers a radio transponder in the vehicle, which is cheaper to process and more reliable. Plate recognition serves as the fallback for vehicles without a working tag.

It also provides enforcement, identifying vehicles that pass without paying so an invoice can be sent to the registered keeper. Most open road tolling systems therefore run both technologies simultaneously at every gantry.

Mobile Units Scan Continuously While Driving

Recognition cameras mounted on patrol vehicles read plates of parked and passing cars continuously, checking each against databases of stolen vehicles, uninsured keepers and vehicles of interest.

A single patrol can process thousands of plates per shift, far beyond what manual checking could achieve. This capability has proven highly effective operationally and is simultaneously the application that raises the most significant privacy questions.

Weather Degrades Performance in Specific Ways

Heavy rain scatters infrared light and covers plates with a film of water that reduces retroreflection. Road spray coats plates in dirt, and snow can obscure them entirely. Fog scatters the illumination before it reaches the plate.

Well-designed installations mitigate this with sheltered mounting positions, higher power illumination and multiple frames per vehicle. Performance nonetheless falls measurably in severe conditions, and published accuracy figures usually assume reasonable weather.

Plate Condition Matters More Than Camera Quality

The most common cause of a failed read is the plate itself. Faded or peeling reflective sheeting, a cracked plate, accumulated dirt, a towbar or bike rack across the plate, or a tinted cover all defeat even an excellent camera.

Non-standard fonts, incorrect spacing and decorative styling reduce accuracy substantially. This is precisely why plate specifications are legally mandated and why altering spacing or font is an offence in most jurisdictions.

Deliberate Obscuring Is Detectable and Illegal

Products marketed as defeating recognition, including reflective sprays, infrared-blocking covers and mechanical flipping mechanisms, are illegal in most countries and are generally less effective than advertised.

Many simply make the plate unreadable, which is itself an offence and is conspicuous to both cameras and patrol officers. Systems increasingly flag vehicles whose plates cannot be read at all, converting concealment into a detection event rather than an escape.

Plate Cloning Is the Serious Fraud

The genuinely damaging abuse is cloning, in which a vehicle displays plates copied from a legitimate vehicle of the same make, model and colour. Automated systems see a valid plate matching a valid registration.

The registered keeper of the original vehicle then receives penalties, tolls and enforcement notices for journeys they never made. Detecting cloning requires cross-referencing sightings for impossible journeys or comparing vehicle images against registration records.

Databases Retain Far More Than Matches

A significant policy question is what happens to reads that match nothing. Systems can discard non-matching reads immediately, or retain every sighting with time and location for an extended period.

Retention converts a targeted enforcement tool into a general record of vehicle movements. Because most jurisdictions store some history, retention periods and access controls are among the most contested aspects of these systems.

Movement Data Is Highly Revealing

Individual sightings seem innocuous, but aggregated over time they describe patterns of life in considerable detail. Repeated location records reveal home and workplace, routines, associations and visits to medical, religious or political venues.

This is why data protection regulators treat plate data as personal data even though a plate identifies a vehicle rather than a person directly. The link to a registered keeper makes the distinction largely theoretical in practice.

Accuracy Claims Require Careful Reading

Vendors commonly quote recognition accuracy above ninety-eight per cent, but such figures depend entirely on test conditions. Clean plates, favourable angles, moderate speeds and good weather produce very different results from real deployments.

Independent evaluations typically report lower figures under mixed conditions. The meaningful questions are how accuracy is measured, whether unreadable plates count as failures, and what the error rate is for the specific site and traffic mix.

False Positives Have Real Consequences

A misread character can match an entirely different, innocent vehicle. If that reading triggers an automated penalty or a police stop, a person uninvolved in any offence experiences the consequences.

Well-designed systems mitigate this with confidence thresholds, human review of enforcement images, and corroboration against vehicle make and colour recorded in registration databases. These safeguards are procedural rather than technical, and their absence is where most documented harms originate.

The Technology Is Nearly Fifty Years Old

Automatic plate recognition was developed in the United Kingdom in the 1970s at the Police Scientific Development Branch, with early operational systems deployed in the early 1980s.

Those installations were expensive, bulky and limited to controlled conditions. What changed was not the underlying concept but the cost of sensors, processors and storage, which eventually made dense deployment economically trivial.

Neural Networks Replaced Hand-Written Rules

Early systems encoded human intuitions about character shapes directly: count the enclosed loops, measure stroke angles, compare against templates. These worked acceptably on clean plates and degraded sharply on imperfect ones.

Learned models trained on millions of real images now dominate, because they cope with the messy variation of actual roads. The trade is interpretability: it is far harder to explain precisely why a network misread a particular character.

Some Systems Also Recognise the Vehicle

Increasingly, recognition is paired with classification of the vehicle itself, identifying make, model, colour and body type from the same image using separately trained models.

This provides corroboration, since a plate registered to a small blue hatchback appearing on a large white van indicates cloning or a misread. It also permits searching for vehicles by description when a plate is unknown, which extends capability considerably.

Regulation Varies Enormously Between Countries

Legal treatment differs sharply. Some jurisdictions require published privacy impact assessments, strict retention limits, purpose limitation and independent oversight before deployment. Others impose few specific constraints at all.

Courts in several countries have found that prolonged retention of movement data engages privacy rights and requires proportionate justification. The technology itself is mature; the governance around it remains actively contested.

It Is a Chain Where Every Link Can Fail

Understanding the pipeline explains most real-world behaviour. Infrared illumination and retroreflective plates create contrast, optical filtering removes clutter, short exposures freeze motion, and software locates, straightens, segments and classifies.

A failure anywhere breaks the result: a dirty plate defeats reflection, a sharp angle defeats geometry, touching characters defeat segmentation, and ambiguous glyphs defeat classification. Accuracy in practice is set by the weakest link on the day, not by the best laboratory figure.

The Hard Problems Are No Longer Technical

Reading a clean plate in good conditions is essentially a solved problem, achieved reliably and cheaply at scale. The difficulties that remain are largely about how the resulting data is used.

Who may query the database, for what purposes, with what authorisation, for how long records persist, and what redress exists for a misread are policy questions rather than engineering ones. The camera is the simple part of the system.

Sources

  1. Wikipedia: Automatic number-plate recognition β€” Infrared imaging, retroreflective plates, recognition pipeline and deployment history.
  2. Britannica: Optical character recognition β€” Encyclopedia overview of character recognition methods and development.
  3. US National Institute of Standards and Technology β€” Reference material on image recognition evaluation and measurement standards.

FAQ

How do plate cameras work at night?

They provide their own infrared illumination, invisible to the human eye. Because plates are retroreflective, they return that light straight back to the camera, so performance is the same at any hour.

Why are number plates reflective?

The sheeting contains microscopic glass beads or prisms that send light directly back toward its source. This makes the plate far brighter to the camera than anything else in the scene.

Why do plate camera images look black and white?

An optical filter blocks visible light and passes only infrared. This removes headlights, sunlight and paint colour, leaving a high-contrast image where the plate dominates.

How does the camera avoid motion blur?

It uses extremely short exposures, often under a millisecond. That would normally be too dark, which is exactly why powerful infrared illumination is required.

How does software find the plate in an image?

It looks for a bright rectangle with a characteristic width to height ratio and dense vertical edges from the characters, or uses a neural network trained to recognise those cues.

What is character segmentation?

Splitting the plate image into individual characters, usually by projecting pixel intensity to find peaks where characters sit and gaps between them. Touching characters often cause failures here.

Which characters get confused most often?

Zero and O, one and I, eight and B, five and S, two and Z. Format rules that restrict certain positions to letters or digits help software resolve these automatically.

How do format rules improve accuracy?

If a region uses two letters then three digits, any reading breaking that pattern must contain an error. The system re-evaluates the character and picks the best valid alternative.

What is a confidence score?

A value indicating how closely each character matched. High-confidence reads may trigger automatic action, while low-confidence ones are routed to a human for review before any penalty.

How do average speed cameras work?

They read the plate at two points a known distance apart and timestamp each read. Distance divided by elapsed time gives average speed, which braking at a single camera cannot defeat.

What makes a plate unreadable?

Faded or peeling reflective sheeting, dirt, cracks, tinted covers, towbars or bike racks blocking the plate, and non-standard fonts or spacing are the most common causes.

Do anti-camera sprays and covers work?

Generally no, and they are illegal in most countries. They usually just make the plate unreadable, which is itself an offence and increasingly flags the vehicle for attention.

What is plate cloning?

Displaying plates copied from a legitimate vehicle of the same make, model and colour. The innocent registered keeper then receives penalties and tolls for journeys they never made.

Is plate data considered personal data?

Generally yes. Although a plate identifies a vehicle, it links to a registered keeper, and aggregated sightings reveal home, workplace, routines and visits in considerable detail.

Are advertised accuracy figures reliable?

They depend heavily on conditions. Vendor figures assume clean plates, good angles and fair weather. Independent evaluations under mixed real-world conditions typically report lower accuracy.

About the Author

We reference Wikipedia and other authoritative sources to explain the background and current understanding of this topic.


Loved This Article?

Share it on WhatsApp β†’ Share it on WhatsApp

Get more guides in your inbox β€” Subscribe to our newsletter for weekly surprising stories from Egypt, Saudi Arabia, Dubai, and beyond.


DE

doyouknow.app Editorial Team

Expert writer and researcher at doyouknow.app, covering facts and stories about Egypt, Saudi Arabia, the UAE, and the world.

More articles by this author β†’