Skip to content

The program takes an image input and pre-processes using edge detection and gray-scaling to detect the location of all possible License Plates in the picture. It then ueses OCR to identify the characters on the isolated plates to get the license plate characters. Users can select the "Show Steps" option to display the output of each step. Output…

Notifications You must be signed in to change notification settings

Srinivas-Natarajan/License-Plate-Recognition

Repository files navigation

License-Plate-Recognition

Summary

The program takes an image input and pre-processes using edge detection and gray-scaling to detect the location of all possible License Plates in the picture. It then uses OCR to identify the characters on the isolated plates to get the license plate characters. Users can select the "Show Steps" option to display the output of each step. Outputs an overlay of the license plate characters using the KNN model.

Pictures

1. Original Picture

1

2. GrayScaled and Thresholded

2

3. Edge Detection

3

4. Plate Location

4

5. Grayscaled Plate

5

6. Character Recognition

6

7. Final output

7

About

The program takes an image input and pre-processes using edge detection and gray-scaling to detect the location of all possible License Plates in the picture. It then ueses OCR to identify the characters on the isolated plates to get the license plate characters. Users can select the "Show Steps" option to display the output of each step. Output…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages