Using Open CV in C++ to process feed and wiringPi in C to control GPIO of Raspberry Pi. Cross-compiling using CMake and GCC.
git clone THIS_REPOSITORY
cd THIS_REPOSITORY
cmake . && make
./Core
master
contains standalone code, optimsed for production.
visual-demo
contains the video output as well for testing and analysing. Need to be booted into a GUI to run this.
datadump
contains comparison between output of MSER application on a pre-recorded video processed using Open CV and MatLab separately.