Skip to content

Number plate detection separation and reading using python opencv and Optical Character Recognition using pytesseract module.

Notifications You must be signed in to change notification settings

PiyushKhanna30/Number-Plate-Detection-Separation-and-Reading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Car-Number-Plate-Detction-Extraction-And-Reading

Steps:

1.Detction of car from image using haar cascade for cars.

2.Detection of plate of car and seperating it.

3.Reading the text using pytesseract module for Optical Character Recognition in detected number plate image.

1.Original Image:

2.Gray Scaled Image:

3.Detected Car using Myhaar

4.Crop Car for detection of Number Plate

5.Converting to grayscale

6.Smoothening the grayscale car image using Bilateral Filter(removing noise while preserving the edges)

7.Edge Detection using Canny Edge Detection

8.Detecting Number Plate using Contours and Outlining Number Plate

9.Segmentation Of Number Plate to read text from it

10.Saving Cropped image in Images folder

About

Number plate detection separation and reading using python opencv and Optical Character Recognition using pytesseract module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages