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 upopenalpr
Automatic License Plate Recognition library
C++AGPL-3.0 1,979 8,751 408 14 UpdatedAug 30, 2019 openalpr_hotlist_import
Imports a state law enforcement hotlist to the OpenALPR web server alert lists
Python 1 2 1 0 UpdatedAug 27, 2019 speed_benchmark
Test OpenALPR performance on target hardware
Python 10 0 0 UpdatedJul 8, 2019 train-ocr
Input files and scripts necessary to train the license plate OCR
PythonAGPL-3.0 83 162 30 0 UpdatedJun 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 UpdatedMay 20, 2019 milestone_plugin
Plugin to interface OpenALPR commercial software with Milestone XProtect
C# 2 1 0 0 UpdatedFeb 6, 2019 alprstream_sample
Contains sample code for running the commercial AlprStream API
C++0 2 0 0 UpdatedDec 28, 2018 demovideo
OpenALPR utility to create demonstration videos
PythonAGPL-3.0 4 7 0 0 UpdatedOct 11, 2018 deepstream_jetson
OpenALPR Plug-in for DeepStream on Jetson
C++ 3 14 2 0 UpdatedSep 21, 2018 benchmarks
Benchmark tests supporting the openalpr library
PythonAGPL-3.0 38 31 2 0 UpdatedSep 7, 2017 train-detector
Input files and scripts necessary to train the license plate detector.
PythonAGPL-3.0 127 74 21 2 UpdatedJun 29, 2017 plate_tagger
Utility for tagging license plates in images - used for training
C++AGPL-3.0 25 35 5 0 UpdatedJun 25, 2017 breakpad
Forked from google/breakpadMirror of Google Breakpad project
C++ 3270 0 0 UpdatedJun 2, 2017 openalpr-windows
Forked from peters/openalpr-windowsBuild OpenALPR on Windows.
CMIT 45 6 0 0 UpdatedJul 17, 2016 tesseract
Forked from tesseract-ocr/tesseractTesseract 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 UpdatedMay 25, 2016 alpr_ruby
Forked from MatUrbanski/alpr_rubyRuby wrapper for OpenALPR Cloud API.
RubyMIT 2 2 0 0 UpdatedMar 20, 2016 openalpr-android
Forked from SandroMachado/openalpr-androidAndroid Automatic License Plate Recognition library (http://www.openalpr.com) ported for android
JavaApache-2.0 252 14 0 0 UpdatedDec 13, 2015 OpenAlprDroidApp
Forked from sujaybhowmick/OpenAlprDroidAppReference App demonstrating the use of Open Alpr library
JavaAGPL-3.0 57 5 0 0 UpdatedDec 3, 2014 openalpr-droidapp-native
Forked from sujaybhowmick/openalpr-droidapp-nativeNative JNI Implementation of OpenAlprDroidApp
C++AGPL-3.0 140 0 0 UpdatedDec 3, 2014 imageclipper
Based on https://code.google.com/p/imageclipper/ with enhancements
CMIT 8 7 6 0 UpdatedMay 18, 2014 simpleini
Forked from brofield/simpleiniCross-platform C++ library providing a simple API to read and write INI-style configuration files
C++ 144 1 0 0 UpdatedDec 13, 2013 mongoose-mit
Forked from pfalcon-mirrors/mongoose-mitFork of MIT-licensed Mongoose web server
CMIT 1,669 2 0 0 UpdatedSep 23, 2013 trainHOG
Forked from dmcamp/trainHOGExample program showing how to train your custom HOG detector using openCV
C++ 109 2 0 0 UpdatedAug 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
berakberakCheck 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.