Skip to content

trygvebw/follow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

follow

This code implements the object detection and tracking algorithms described in our report for the course Experts in Teamwork - Instrumentation and Control via Internet (TMM4850) at the Norwegian University of Science and Technology.

Unfortunately, while object detection should work under any OS, due to time constraints and the operating systems used by most group members, serial communication will only work on Windows.

How to use

To compile:

cd build/<os>
cmake ../..
make
make install

OpenCV 2.4.8 or newer is required to compile the project. The code used for communication on the Arduino is given in the file ArduinoKode.cpp.

About

Tracks and follows objects using computer vision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published