Skip to content

Instantly share code, notes, and snippets.

@cappah
cappah / ballTracking.cpp
Created February 5, 2019 08:55 — forked from sm00th/ballTracking.cpp
OpenCV code for arduino balltracking project http://youtu.be/G2nHMlx8npQ
#include <opencv2/core/core.hpp>
#include <opencv2/opencv.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <iostream>
#include <fcntl.h>
#include <unistd.h>
#include <termios.h>
using namespace std;
using namespace cv;