Skip to content

Instantly share code, notes, and snippets.

View SloeGin's full-sized avatar

Lancelot Zhao SloeGin

View GitHub Profile

Keybase proof

I hereby claim:

  • I am SloeGin on github.
  • I am cz9 (https://keybase.io/cz9) on keybase.
  • I have a public key whose fingerprint is D220 AD2D D904 45E4 DB06 59D3 884D D92B 8CC8 C740

To claim this, I am signing this object:

@SloeGin
SloeGin / KalmanFilterTracker.cpp
Last active August 29, 2015 14:04
tracking one target in a pair of stereo images using kalman
//tracking one target in a pair of stereo images
#include "KalmanFilterTracker.h"
#include <iostream>
#include "opencv2/opencv.hpp"
using namespace cv;
using namespace std;