Grow your team on GitHub
License Plate Recognition Source Code C#. For demonstration purposes we show here a part of the SDK of the CARMEN License Plate Recognition Engine of Adaptive Recognition Hungary. The native CARMEN API provides interface using the C++ programming language to the recognition services of the CARMEN Recognition Engine.
GitHub is home to over 40 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up- openalpr- Automatic License Plate Recognition library C++AGPL-3.0 1,979 8,751 408 14 Updated- Aug 30, 2019 
- openalpr_hotlist_import- Imports a state law enforcement hotlist to the OpenALPR web server alert lists Python 1 2 1 0 Updated- Aug 27, 2019 
- speed_benchmark- Test OpenALPR performance on target hardware Python 10 0 0 Updated- Jul 8, 2019 
- train-ocr- Input files and scripts necessary to train the license plate OCR PythonAGPL-3.0 83 162 30 0 Updated- Jun 28, 2019 
- elsag_import- Import script to process data from Elsag systems - Freeware flight planner for fsx. Learn the basics of setting-up and how to use the GPS in FSX with a tutorial on how to set-up a flight plan from airport to airport and air to airport. Plus how to set-up an approach for a runway at an airport - all using the GPS. Python00 0 0 Updated- May 20, 2019 
- milestone_plugin- Plugin to interface OpenALPR commercial software with Milestone XProtect C# 2 1 0 0 Updated- Feb 6, 2019 
- alprstream_sample- Contains sample code for running the commercial AlprStream API C++0 2 0 0 Updated- Dec 28, 2018 
- demovideo- OpenALPR utility to create demonstration videos PythonAGPL-3.0 4 7 0 0 Updated- Oct 11, 2018 
- deepstream_jetson- OpenALPR Plug-in for DeepStream on Jetson C++ 3 14 2 0 Updated- Sep 21, 2018 
- benchmarks- Benchmark tests supporting the openalpr library PythonAGPL-3.0 38 31 2 0 Updated- Sep 7, 2017 
- train-detector- Input files and scripts necessary to train the license plate detector. PythonAGPL-3.0 127 74 21 2 Updated- Jun 29, 2017 
- plate_tagger- Utility for tagging license plates in images - used for training C++AGPL-3.0 25 35 5 0 Updated- Jun 25, 2017 
- breakpadForked from google/breakpad- Mirror of Google Breakpad project C++ 3270 0 0 Updated- Jun 2, 2017 
- openalpr-windowsForked from peters/openalpr-windows- Build OpenALPR on Windows. CMIT 45 6 0 0 Updated- Jul 17, 2016 
- tesseractForked from tesseract-ocr/tesseract- Tesseract Open Source OCR Engine (main repository) - Click Download or Read Online button to get the-hitchhiker-s-guide-to-the-galaxy book now. This site is like a library, Use search box in the widget to get ebook that you want. This site is like a library, Use search box in the widget to get ebook that you want. The ultimate hitchhiker guide to the galaxy ebook free download pc. C++ 5,598 2 0 0 Updated- May 25, 2016 
- alpr_rubyForked from MatUrbanski/alpr_ruby- Ruby wrapper for OpenALPR Cloud API. RubyMIT 2 2 0 0 Updated- Mar 20, 2016 
- openalpr-androidForked from SandroMachado/openalpr-android- Android Automatic License Plate Recognition library (http://www.openalpr.com) ported for android JavaApache-2.0 252 14 0 0 Updated- Dec 13, 2015 
- OpenAlprDroidAppForked from sujaybhowmick/OpenAlprDroidApp- Reference App demonstrating the use of Open Alpr library JavaAGPL-3.0 57 5 0 0 Updated- Dec 3, 2014 
- openalpr-droidapp-nativeForked from sujaybhowmick/openalpr-droidapp-native- Native JNI Implementation of OpenAlprDroidApp C++AGPL-3.0 140 0 0 Updated- Dec 3, 2014 
- imageclipper- Based on https://code.google.com/p/imageclipper/ with enhancements CMIT 8 7 6 0 Updated- May 18, 2014 
- simpleiniForked from brofield/simpleini- Cross-platform C++ library providing a simple API to read and write INI-style configuration files C++ 144 1 0 0 Updated- Dec 13, 2013 
- mongoose-mitForked from pfalcon-mirrors/mongoose-mit- Fork of MIT-licensed Mongoose web server CMIT 1,669 2 0 0 Updated- Sep 23, 2013 
- trainHOGForked from dmcamp/trainHOG- Example program showing how to train your custom HOG detector using openCV C++ 109 2 0 0 Updated- Aug 13, 2013 
People
This organization has no public members. You must be a member to see who’s a part of this organization.
As the title suggest, i want to build an ANPR application in windows. I am using Brazilian number plates. And i am using OpenCV for this.
So far i manged to extract the letters form the numberplate. Following images show some of the numbers i have extracted.
The problem i am facing is that how to recognize those letter. I tried to use Google tesseract. But it fails to recognize them sometimes. Then i tried to train an OCR data base using OpenCV i used about 10 images for each character. but it also did not work properly.
So i am stuck here. i need this for final year project.So can anybody help me?? i would really appreciate it.
Following site does it very nicelyhttps://www.anpronline.net/demo.html
Thank you.
user2389323user23893232 Answers

you could train an ann or multi-class svm on the letter images, like here
berakberak
Check out OpenALPR (http://www.openalpr.com). It already has the problem solved.
If you need to do it yourself, you really do need to train Tesseract. It will give you the best results. 10 images per character is not enough, you need dozens or hundreds. If you can find a font that is similar to your plate characters, a good approach is to print out a sheet of paper with all of the characters used multiple times. Then take 5-10 pictures of the page with your camera. These can then be your input for training Tesseract.