JavaWantaBe / BeagleEye

Couple Linux with OpenCV, then throw in an affordable embedded system and what do you have? BeagleEye, a fully autonomous computer vision system that detects license plates on automobiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BeagleEye

Couple Linux with OpenCV, then throw in an affordable embedded system and what do you have? BeagleEye, a fully autonomous computer vision system that detects license plates on automobiles.

Dependencies

Python Dependencies

$ sudo apt-get install python-numpy python-scipy python-opencv python-mysqldb

MySql Dependencies

$ sudo apt-get install mysql-client

OpenCV

OpenCV 3.0 beta is what is used to build the project

Easy way

$ sudo apt-get install libopencv-*

Hard - but more fun way

$ sudo sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev libtbb2 libtbb-dev libjpeg-dev libpnp-dev libtiff-dev libjasper-dev python-dev

About

Couple Linux with OpenCV, then throw in an affordable embedded system and what do you have? BeagleEye, a fully autonomous computer vision system that detects license plates on automobiles.

License:Other


Languages

Language:Python 100.0%