tambet / license-plate

Licence Plate Recognition from Pictures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

= Automatic Licence Plate Recognition System

== Compilation and installation
  This project uses rake to build and install the application

  "rake"		- This will compile the application
  "rake setup"		- This will download sample images
  "rake run"		- This will run the application with downloaded images

== Required Dependencies
  The ALPR system depends on several other libraries that you will 
  need install, if they're not already present on your system. 
   
  * OpenCV computer vision library
  * Tesseract OCR

== Links

  OpenCV			- http://sourceforge.net/projects/opencvlibrary/
  OpenCV Wiki			- http://opencv.willowgarage.com/wiki/
  Tesseract OCR 		- http://code.google.com/p/tesseract-ocr/

About

Licence Plate Recognition from Pictures

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 95.4%Language:Ruby 4.6%