Webcam Tracker
V1.0
Using openCV and an Arduino Uno
|
OpenCV proccesing for object tracking with a webcam and arduino uno. More...
#include "GraphicControles\Gui.h"
#include "PipeLineActions\Blur.h"
#include "PipeLineActions\Capture.h"
#include "PipeLineActions\Contour.h"
#include "PipeLineActions\ConvertColorSpace.h"
#include "PipeLineActions\Mask.h"
#include "PipeLineActions\Moment.h"
#include "PipeLineActions\PipeLineAction.h"
#include "SerialCom.h"
Functions | |
int | scale (float input, float rMax, float tMax) |
Scale funtion. More... | |
int | main () |
Main function. More... | |
Variables | |
cv::Mat | src |
Object holding an OpenCV matrix for the capture source. | |
vector< PipeLineAction * > | actions |
All OpenCV pipeline actions. | |
SerialCom * | sc |
Object preforming the serial communication. | |
GUI * | g |
Object holding the grafic user interface. | |
Capture | webCam |
Object holding the capture device. | |
char | arduinoCommand [100] |
Command to be send to the arduino *&;/. | |
OpenCV proccesing for object tracking with a webcam and arduino uno.
Contains the implemantation code for object tracking using OpenCV