This repository hosts most of the code from OpenCV tutorials that was used for object detection used for group project of RBE 549 - Computer Vision. Actual stuff is in a private repo at https://github.com/ninja777/moped. Drop me an email if you need access to MOPED code
- Install the prerequisites
$ sudo apt-get install qtcreator build-essential git cmake libopencv-dev
- clone object detection code using
$ git clone https://github.com/ninja777/ObjectDetection.git
- Open the CMakeLists.txt file in QT to browse through or edit the code. Select [working folder]/build as the build folder for QT.
https://try.github.io/levels/1/challenges/1
src: Source files are stored in this folder
include: Header files are stored in this folder
bin : folder where binaries are stored
images: input/output images are stored in this directory