HaiderAbasi / OpenCV-Raspberry-Pi-4-Projects-on-the-Edge

Harnessing the power of Raspberry Pi 4 to build cutting-edge computer vision solutions. Whether you're interested in object detection, image classification, or real-time video analysis, this project will give you the tools you need to get started.
MIT License
0 stars 0 forks source link

Evaluate Number Plate Recognition on detected cars on test_videos #10

Open HaiderAbasi opened 1 year ago

HaiderAbasi commented 1 year ago

1) Detect Number plate of cars using Haar Cascades

2) Use pytesseract to convert numper plate -> text https://github.com/vjgpt/Vehicle-Number-Plate-Reading/blob/master/test.py

3) Display number plate text along with each car.