Skip to content

ninja777/ObjectDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObjectDetection

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

Setup

  1. Install the prerequisites
 $ sudo apt-get install qtcreator build-essential git cmake libopencv-dev
  1. clone object detection code using
$ git clone https://github.com/ninja777/ObjectDetection.git
  1. Open the CMakeLists.txt file in QT to browse through or edit the code. Select [working folder]/build as the build folder for QT.

Git Tutorial

https://try.github.io/levels/1/challenges/1

Folder Structure

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

About

This repository stores the code for object detection used for group project of RBE 549 - Computer Vision

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors