Skip to content

An automated system for car license plate detection and recognition

Notifications You must be signed in to change notification settings

T1T4N/LicensePlateRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LicensePlateRecognition

Summary

An automated system for car license plate detection and recognition

Thanks to eevee for the hq2x python module

Setup instructions:

  1. Install Python v2.7.* 32-bit
  2. Install OpenCV 2.x (OS X guide here)
  3. Install Tesseract 3.02 (higher versions don't work with python-tesseract yet)
  4. Install the following Python packages:
  1. Extract tessdata in the main folder
  2. Place pictures on which to perform detection in the main/images folder, or you can download my test pictures
  3. OPTIONAL, to use the GUI:
  • Install (or build from source) sip
  • Install (or build from source) PyQt5
  1. Enter the project directory and run the following commands:
  • export PYTHONPATH=$PYTHONPATH:.
  • python main/main.py

About

An automated system for car license plate detection and recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages