eye-detection Questions
6
Solved
Does anyone have any ideas or steps or algorithms for performing Eye Detection on 2d images using javascript and HTML5?
I have already done converting RGB to YCbCr color space
Now I need some hel...
Dagnydago asked 3/1, 2013 at 7:48
1
This is the first time I use openCV library. I want to use it to detect the eyes. I have used the FdActivity code available in this tutorial:
http://romanhosek.cz/android-eye-detection-updated-fo...
Misguide asked 22/1, 2016 at 18:38
3
I want to detect eyes irises and their centers using Hough Circle algorithm.
I'm using this code:
private void houghCircle()
{
Bitmap obtainedBitmap = imagesList.getFirst();
/* convert bitm...
Selective asked 9/2, 2016 at 8:50
1
I am working on opencv in android and i want to change eye pupil color through Hue channel and i achieve this already but the problem is that the region i detected is in rectangle but i want this r...
Oud asked 12/12, 2013 at 4:52
3
Solved
For those who find it too long, just read the bold lines.
My project of gaze estimation based screen cursor moving HCI is now dependent on one last thing - gaze estimation, for which i'm using eye...
Morpheme asked 10/3, 2012 at 10:59
1
Solved
I need to detect closed eyes only and also both eyes separately. That means I need to tell if left eye is open or closed, also same about the right eye.
I tried few ways. One of them is to detect ...
Oringas asked 9/3, 2013 at 14:32
1
© 2022 - 2024 — McMap. All rights reserved.