|
Vision Tracking Source Code From 2012
Here is a BIT of code from 2012 that was used to locate balls on the field. It is written in C++ using the OpenCV libraries.
To use you must install OpenCV. The project was done on a linux system and is setup to build using the makefile provided.
Let me know what you think. I just ran across this while cleaning out my computer.
https://github.com/jacob9706/FIRST-B...acking-Example
__________________
/*
* Team 3574 Alumni
*
* 2011 - Highest Seeded Rookie
* 2011 - Rookie All-Star
* 2012 - Engineering Inspiration
* 2012 - Olympic Deans List Winner
* 2013 - Engineering Inspiration
* 2013 - Judges Award (For unique circular robot and the way the team works together.)
*/
|