Skip to content

Instantly share code, notes, and snippets.

View meganvanwelie's full-sized avatar

Megan Van Welie meganvanwelie

  • CA, USA
View GitHub Profile
@meganvanwelie
meganvanwelie / template_matching.cpp
Created September 17, 2016 21:19
Template matching on video, not yet using scale or orientation
#include "opencv2/core/core.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include <iostream>
#include <vector>
using namespace cv;
using namespace std;
// Based on: