- Install [OpenCV 3.2] (http://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html#linux-installation)
- Install Boost libraries:
sudo apt-get install libboost1.58-devsudo apt-get install libboost-filesystem1.58-dev
- Clone the jsoncpp repository into this folder
cd jsoncpppython amalgamate.py
-
Clone the dataset repository into this folder
-
make
- Likely need to set environmental variables to include shared OpenCV libraries
export LD_LIBRARY_PATH=/usr/local/lib
- To capture new data:
./captureNewImage - To parse existing:
./parseJson
Tyler Frasca
tmfrasca@gmail.com
http://tmfrasca.info