kennethleungty / Car-Plate-Detection-OpenCV-TesseractOCR

Russian Car License Plate Detection with OpenCV and TesseractOCR in Python

Home Page:https://towardsdatascience.com/russian-car-plate-detection-with-opencv-and-tesseractocr-dce3d3f9ff5c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Russian Car License Plate Detection and Recognition with OpenCV and TesseractOCR in Python

Introduction

  • Use of OpenCV to detect Russian car plates in images, and TesseractOCR (optical character recognition engine) to extract number and text from the detected car plate

Motivation

When we talk about AI, computer vision is definitely one of the top applications that comes to people's minds. Hype aside, I have always been fascinated by how computer vision works, especially since it pertains to the human sight, arguably the most important organ of human sense. I have already come across plenty of computer vision projects involving the human face and/or body (e.g. eye detection, frontal face detection etc.). As such, I decided to pursue a project on car license plates instead, which appears to be slightly less explored. Another important reason why I worked on car plates is that after detection of the license plate, it allows me to transition very nicely into the application of optical character recognition (OCR) to extract and display the string of text from the identified car plate.