Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
6 lines (4 sloc) 111 Bytes
using namespace std;
using namespace cv;
void gaze_smoothing_init();
Point2d smooth_gaze(Point2d gaze_point);