License Plate Recognition Verification via Region-Specific Bitmap Filtering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current automatic license plate recognition (ALPR) systems face challenges in achieving high accuracy and reducing recognition errors, particularly due to registration inaccuracy and background variations caused by different illumination and shadowing.

Innovation Solution

The method involves extracting and segmenting bitmap data from input images into text and outer regions, applying region-specific filtering and matching algorithms, and weighting the results to optimize matching accuracy and yield. This includes using high-pass filters for text regions to reduce background variations and low-pass filters for outer regions to alleviate registration sensitivity.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional ALPR matching is used, then processing speed is maintained, but recognition accuracy deteriorates due to registration errors and background variations

Engineering Contradiction:
Improverecognition accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent divides the license plate image into multiple regions (text region, outer region, and background region) and processes each region separately with region-specific filtering and matching algorithms. This segmentation allows the system to apply high-pass filtering to text regions to reduce background variations and low-pass filtering to outer regions to alleviate registration sensitivity, thereby improving recognition accuracy without requiring a complete redesign of the entire system.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies different filtering and matching algorithms to different regions of the license plate image based on their specific characteristics. High-pass filters are applied to text regions to enhance character recognition by removing background variations, while low-pass filters are applied to outer regions to reduce registration sensitivity. This local quality approach optimizes processing for each region's specific requirements, improving overall accuracy.

Inventive Principle:
Principle #3Local quality

2Measurement precision

If region-specific filtering and matching is applied, then recognition accuracy is improved, but processing time increases

Engineering Contradiction:
Improvematching accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

By segmenting the image into distinct regions and applying appropriate filtering only where needed, the patent avoids unnecessary processing of entire images. The high-pass filtering is applied selectively to text regions where background variations affect recognition, while low-pass filtering is applied to outer regions where registration errors are problematic. This targeted approach improves accuracy while minimizing additional processing time compared to applying uniform processing to the entire image.

Inventive Principle:
Principle #1Segmentation

3Reliability

If verification methods are introduced to reduce error rates, then reliability is improved, but system complexity increases

Engineering Contradiction:
Improveverification accuracyVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent performs preliminary region segmentation and filtering operations before the final matching process. By pre-processing each region with appropriate filters (high-pass for text regions, low-pass for outer regions) and generating region-specific feature representations in advance, the system establishes a solid foundation for accurate matching while keeping the verification process structured and manageable, thus improving reliability without excessive complexity.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS8483440B2Methods and systems for verifying automatic license plate recognition results
Publication Date: 2013.07.09 CONDUENT BUSINESS SERVICES LLC
  • US8483440B2 patent drawing
  • US8483440B2 patent drawing
  • US8483440B2 patent drawing

AI summary

Methods and systems for verifying automatic license plate recognition results providing an input image of a license plate to a processing system that extracts bitmap data from the provided input image and determines a particular license template image associated with the license plate input image. The processing system segments the input image bitmap data into text region bitmap data and outer region bitmap data and then matches the input image text region bitmap data and input image outer region bitmap data against text region bitmap data and outer region bitmap data, respectively, of the license plate image template to determine if there is a match between the license plate of the input image and the template license plate.