diff --git a/src/eye.cpp b/src/eye.cpp index 0dd5fe2..051e0d9 100644 --- a/src/eye.cpp +++ b/src/eye.cpp @@ -1,5 +1,8 @@ #include +// This pupil tracking algorithm is based on the paper +// "ACCURATE EYE CENTRE LOCALISATION BY MEANS OF GRADIENTS" +// by Fabian Timm and Erhardt Barth. Thanks! float objectiveFunction(cv::Point2f c, cv::Mat gX, cv::Mat gY) { float sum = 0;