Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
7 lines (4 sloc) 116 Bytes
using namespace cv;
Mat get_centermap(Mat& eye_grey);
Point find_eye_center(Mat& eye_bgr);
void test_centermap();