License Plate Recognition Color Gradient Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

License plate recognition technologies face challenges in distinguishing characters from colored backgrounds, as traditional methods often confuse pictorial elements with characters, leading to low recognition accuracy.

Innovation Solution

The method involves calculating the average color of character-like regions, modifying pixels far from this average color to white, and performing connected component analysis to identify and isolate characters, thereby enhancing contrast and removing non-character colors through outlier rejection.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional gray image thresholding is used to convert colored images to binary images for OCR, then the processing is simple and fast, but the pictorial elements of the colored background are confused with the characters, reducing recognition accuracy

Engineering Contradiction:
Improvecharacter recognition accuracyVSAvoidimage processing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the image processing into distinct stages: first identifying character-like features and calculating average character color, then separately handling background color removal, and finally performing thresholding. This segmentation allows each stage to focus on specific tasks, improving overall accuracy while maintaining manageable complexity through modular processing steps.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary actions by first calculating the average color of character regions and identifying character-like features before the main thresholding operation. This preliminary color analysis creates a foundation for more accurate subsequent processing, allowing the system to distinguish characters from background elements before the critical binary conversion step.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If color information is completely removed by converting to grayscale, then the processing is simplified, but the contrast between characters and colored background is reduced, leading to confusion in character identification

Engineering Contradiction:
Improvecharacter-background distinction accuracyVSAvoidadditional processing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent applies local quality by treating different regions of the image differently based on their color characteristics. Instead of uniform grayscale conversion, it identifies regions with average character color and preserves their contrast properties while removing background colors that differ significantly. This localized approach maintains character-background distinction in critical areas while still simplifying processing overall.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent changes color parameters selectively rather than converting everything to grayscale. It modifies the color space by removing background colors that fall outside the average character color range, while preserving the luminance and color information of character regions. This parameter change strategy maintains discriminative power where needed while reducing complexity elsewhere.

Inventive Principle:
Principle #35Parameter changes

3Productivity

If all colors in the image are converted to binary values, then the image processing is simplified for OCR, but the contrast between text and background is maximized at the expense of confusing pictorial elements with characters

Engineering Contradiction:
Improveautomation rateVSAvoidcharacter identification accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent performs preliminary color analysis to calculate average character color and identify character-like features before binary conversion. This preliminary action enables the system to make informed decisions about which pixels should be converted to binary values and which should retain color information, thereby maintaining higher automation rates while improving character identification accuracy through color-aware processing.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent replaces the simple mechanical grayscale conversion mechanism with a more sophisticated color analysis and selective modification system. Instead of uniformly converting all pixels to grayscale and then thresholding, it uses color space analysis to identify and remove background colors while preserving character colors, then applies thresholding. This substitution of mechanism achieves both high automation and high accuracy.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS9824289B2Exploiting color for license plate recognition
Publication Date: 2017.11.21 CONDUENT BUSINESS SERVICES LLC
  • US9824289B2 patent drawing
  • US9824289B2 patent drawing
  • US9824289B2 patent drawing

AI summary

Methods and systems for exploiting color for object recognition. A color gradient for each pixel in a gradient image of an object can be calculated. The gradient image can be binarized to produce an image having white walls around characters and other structures. A connected component analysis operation can be performed with respect to black regions in the image to determine bounding boxes for characters and other pictorial elements in the image and thereafter identify character candidates from the image utilizing character metrics. Non-character colors can then be eliminated from the image utilizing an outlier rejection.