Mention paper used for pupil tracking in comments

This commit is contained in:
Epicalert 2021-07-04 03:43:23 +08:00
parent b1571c0dc9
commit 7684da80d7
No known key found for this signature in database
GPG key ID: CAA46F858D0979BD

View file

@ -1,5 +1,8 @@
#include <eye.hpp>
// 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;