Download presentation
Presentation is loading. Please wait.
Published byVernon Ross Modified over 8 years ago
1
An attempt at license plate recognition Using edge tracing and tangent curves
2
Steps in recognition 1.Finding The License Plate 2. Finding And Representing Digits 3. Matching
3
Finding The License Plate Eliminating all colors on the wrong side of the spectrum. Easy done using colormaps to leave only 2 colors white and yellow.
4
Finding The Digits Edge Tracing Color Segmentation How to save the information we found??? Edge chains. Curve orientation. Polyline fitting. Using a method similar to Houghman and Clows, by segmenting the shape into a grid and labeling the type of curve in each segment (concave arc, corner, straight line etc)
5
Finding the digits Edge tracing over the filtered plate, going clockwise around the pixel edge until back in the starting point. Averaging the degree over line segments and marking a feature point when a difference in degree between to segments has passed a certain threshold.
6
Tangent Curve Marking the curve at each pixel during the trace. Spline interpolation and normalization by arc- length Re-Sampling
7
Tangent Curve
8
Matching Give high score for low distance tangent curves. Needs to be checked for different orientations. Longest Common SubSequence – No Help
9
Results – Needs improvement
10
Possible Improvments Check the tangent curve distance for different orienations. Better digit-plate segmentation Applying a grid on the curve features and comparing grids in addition to curve distance to compose a more accurate score
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.