Assignment Demo - License Plate Recognition using OpenCV Python

preview_player
Показать описание
By Ashiyaa Bibi Nunhuck
BSc Computer Science Year 3
CSE 3093Y Assignment March 2021 (Sample Demo)

It is an image-processing technology used to identify vehicles by their license plates.
In order to successfully detect the license plate, 3 steps is being followed.
1. Detection of the License Plate
The contour option in OpenCV is used for rectangular objects detection which is ideal for the detection of the number plate in the input image.
The algorithm used for detection is trained with respect to the camera position and number plate type used in the specific country.
2. Segmentation of Characters
After detecting the respective license plate, it is cropped out and saved as a new image. OpenCV does the work.
3. Recognition of Characters
The new image is more focused since it is the car plate and hence has numbers and characters written on it as plate generally does.
An Optical Character Recognition is performed to detect the number.
Рекомендации по теме
Комментарии
Автор

hello thanks I am working on this project I need a help from you plz I am trying to use it in real time but first to capture image and then extrct and database plz I need your ideas

byiringirooscar