Cross-platform ANPR open source library ( C++ )
Support only Russian plate GOST 50577-93.
I have no build servers, so at the end of the description of the commit put a platform under which it was made.
- Windows - norm
- Android - norm
- Linux (Debian) - norm
- Mac - not tested yet, but should support
- iOS - not tested yet, but should support
- Visual Studio 2012 - norm
- Visual Studio 2013 - norm
- mingw-g++ - norm
- Android NDK r9b - norm
- g++ 4.7.2 - norm
- OpenCV for image processing
- Qt
Recognition library depends only on OpenCV.
Why auto_test_desktop program depends on Qt?
- read/write directory files list
- implement work thread in not gui thread
- In file "opencv.pri" set path to OpenCV.
- In file "opencv.pri" set version of OpenCV.
- In file "auto_test_desktop/main.cpp" hardcoded folder for test images for Android device.