Skip to content

Instantly share code, notes, and snippets.

@behitek
Last active August 7, 2017 09:50
Show Gist options
  • Save behitek/5c93408f34e3d89ce9544ddd448adc0a to your computer and use it in GitHub Desktop.
Save behitek/5c93408f34e3d89ce9544ddd448adc0a to your computer and use it in GitHub Desktop.
Documents for setup anpr in ubuntu operating system

Packages Required

OpenCV version >= 3.0.0

vlc.h

sudo apt-get install libvlc-dev

curl.h

sudo apt-get install libcurl4-openssl-dev

json.h

sudo apt-get install libjson0 libjson0-dev

reader.h (VLC reader)

sudo apt-get install libjsoncpp-dev

libpqxx (bug: I can't install newest version in Ubuntu)

download here

  1. Extract download file
  2. Install following this guide

Build & Run

cd /path-to-root-project
mkdir build && cd build
cmake ..
make
plateRecognitionFrameWork/plateRecognitionFrameWork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment