volosati / plate_recognition

Automatic number plate recognition library (ANPR).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic number plate recognition library

Cross-platform ANPR open source library ( C++ )

Measuring recognition

Support only Russian plate GOST 50577-93.

Support platforms

  • Windows - norm
  • Android - norm
  • Linux (Debian) - norm
  • Mac - not tested yet, but should support
  • iOS - not tested yet, but should support

Compilers

  • Visual Studio 2012 - norm
  • Visual Studio 2013 - norm
  • mingw-g++ - norm
  • Android NDK r9b - norm
  • g++ 4.7.2 - norm

Dependencies

  • OpenCV for image processing
  • Qt for interaction with the OS

Recognition library depends only on OpenCV.

Build with qmake

  1. In file "opencv.pri" set path to OpenCV.
  2. In file "opencv.pri" set version of OpenCV.
  3. In file "auto_test_desktop/main.cpp" hardcoded folder for test images for Android device.

About

Automatic number plate recognition library (ANPR).