Skip to content

Automatic Number Plate Recognition System on Pakistan Plate.

Notifications You must be signed in to change notification settings

faisalshahbaz/ANPR-Pakistan-Plate

Repository files navigation

ANPR-Pakistan-Plate

Automatic Number Plate Recognition System on Pakistan Plate.

Install Libraries

Ubuntu 16.04

python 2.7

pip install opencv-python==2.4.9

sudo apt-get install python-qt4 qt4-designer

Compile Latest Version Openalpr Library

sudo apt-get install libopencv-dev libtesseract-dev git cmake build-essential libleptonica-dev

sudo apt-get install liblog4cplus-dev libcurl3-dev

sudo apt-get install beanstalkd

git clone https://github.com/openalpr/openalpr.git

cd openalpr/src

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc ..

make

sudo make install

Trian own plates Local-Binary-Pattern

https://github.com/faisalshahbaz/Local-Binary-Pattern-training.git

Adjusting paths

Main.py >> video_capture = cv2.VideoCapture('path video')

Main.py >> alpr = Alpr("pak", "path/config/openalpr.conf", "path/openalpr/runtime_data")

GUI & Output Image

Image description

About

Automatic Number Plate Recognition System on Pakistan Plate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages