Aqsa-K / Car-Number-Plate-Detection-OpenCV-Python

Detecting Number plate from images of cars using openCV
86 stars 50 forks source link

Update CarPlateDetection.py #3

Open pawan-sen opened 5 years ago

pawan-sen commented 5 years ago

I made some adjustment in program as per openCV 4 and add tesseract OCR for character recognition.

Aqsa-K commented 5 years ago

Hey @pawan-sen , can you share some results for the OCR?

pawan-sen commented 5 years ago

Sorry for late answer. Here to the result of the up-gradation. Capture2 Capture

pawan-sen commented 5 years ago

It was a great help. Now I am trying to do this using CNN. Once again thanks.