Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Open Automatic Number Plate Recognition

Tuan Nguyen edited this page Aug 15, 2014 · 2 revisions

Welcome to the Open Automatic Number Plate Recognition on Smartphones (former UIT-ANPR)

Automatic Numberplate Recognition is an emerging research field which attracts many researchers. At University of Information Technology, Hochiminh City, Vietnam, we have invested a project that aims to build an automatic numberplate recognition program on Android. The project has been done at the first phase: a program that can recognize Vietnamese Motobike Number Plates. However, the techniques is the same for any number plate.

In order to implementing U-ANPR, it is required three techniques

  1. Using OpenCV on Android for processing raw image data
  2. Locates the number plate within the captured image
  3. Using Neuron Network for to learn and recognize characters on numbe plates.

We have found that it could save hours for other researchers who want to build there own program for recognizing number plate in their own countries if we publish our preliminary results. We now decide to publish these code to share. Any comments is much appreciated.

If you use this code for your study, research, or education purposes, please cite: D. Nguyen, P. Nguyen, T. Nguyen (2013), UIT-ANPR: Toward an Open framework for Automatic Number Plate Recognition on Smartphones, The International Conference on Ubiquitous Information Management and Communication, 9-11 January 2014, Siem Reap, Cambodia, IMCOM(ICUIMC) 2014. http://dx.doi.org/10.1145/2557977.2558037

Let's make it to become an Open Automatic Number Plate Recognition Framework on mobile devices.

Best regards, Tuan Nguyen and Don Nguyen and Phu Nguyen

The UIT Ubicom Research Group Website: https://sites.google.com/site/uitubicom/ (under construction)

Clone this wiki locally