Tristan Hume

Results 107 comments of Tristan Hume

Sorry, it's not a beginner task. Please try to figure it out yourself by reading the code. For example the maximum value is in that file as `maxVal`.

Yah sounds like you're probably better off using facial landmark detection.

I'm not sure. I've never tried to do closed eye detection. If you could get a dataset maybe a simple machine learning CNN classifier would do the trick.

Not sure I can help much, this is a problem with some dependency of OpenCV which I've never heard of. I have no idea what's causing this. What distro are...

If you have access to a university library you might be able to find it under "Machine Vision for Inspection and Novelty Detection" by Fabian Timm. Otherwise email me at...

@abhisuri97 yup, that's the one. Nice that his thesis is public online, I didn't know that was the case. That algorithm isn't specialized for eye tracking like in the other...

@abhisuri97 I have no idea. I've never looked into it and haven't studied optimization enough to know what it is. Hope Google helps I guess ¯\_(ツ)_/¯

Sounds good to me. If you're interested there's also a not-that-difficult optimization that might lead to a 100x performance increase. Right now it is inefficiently O(n^2) in number of pixels...

Derp apparently I put it under MIT years ago, which is good, I was worried that I had forgot to licence this project and then people actually used it.

Yah this currently doesn't work with OpenCV 3. The fix is really simple though, you just have to change the camera capture setup. The x,y are on the captured image,...