Skip to content

rishav197/Real-Time-Car-License-Plates-Extraction-and-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Car License/Number Plates Extraction and Recognition

Python OpenCV EasyOCR

The project has been splitted up into two stages. The first stage is License/Number plate detection using the Haarcascade Classifier and generating samples. And the second stage is Recognition using the EasyOCR model. The Haarcascade classifier used for detecting car number plates from a live video feed captured through the webcam with the detected plate. After detection, generated samples are further used for recognition using EasyOCR that provides optical character recognition functionality to extract text from detected/scanned samples of license/number plates.

Detection using The Haar Cascade Model

The Haar Cascade classifier used for detecting car number plates from a live video feed captured by the webcam with detected plate.

It applies a minimum area threshold to detect car number plates and its value different for different country. for eg. it ranges from 2000-5000 sq pixels for the vehicles with indian registration number plates.

The Haarcascade classifier defined in a .xml file contains the model weights obtained during pre-training of model on vehicles with Indian registration number plates.

Real Time Detection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages