Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
4 lines (3 sloc) 146 Bytes
using namespace cv;
using namespace std;
RotatedRect fit_ellipse(vector<Point2f> edgePoints, Mat_<float> mPupilSobelX, Mat_<float> mPupilSobelY);