Ask Your Question

k1d's profile - activity

2019-04-24 12:19:34 -0600 received badge  Famous Question (source)
2016-04-30 16:14:58 -0600 received badge  Student (source)
2016-04-15 04:55:48 -0600 received badge  Notable Question (source)
2014-12-07 20:49:11 -0600 received badge  Popular Question (source)
2013-05-13 19:00:48 -0600 commented answer Eye detection in dark condition

Hi,Steven. Thanks for your reply. I'll try about image enhancement using histogram equilization. But I have some question, what is the function of illumination?

2013-05-12 23:16:33 -0600 asked a question Eye detection in dark condition

Dear all,

I make experiment about eye detection for night condition. I'm using IR webcam to get the face, but it still needs lots of light from LED to show the face. After all, although the face is detected. The detection process for eyes sometimes fail because it's really hard to detect. Do you have some suggestion how to detect eyes in the dark?

Sorry if I have some mistakes about the grammar.

2013-04-09 22:18:39 -0600 commented answer How to accelerate face detection time using HaarCascade

Thank you,Steven.

I've reduce the frame size, but the smaller it takes, the more difficult to detect. Do you have any idea how to improve it? For face detection I'm using LBP face detection, but there are no classifier for eye detection. I detect face first, and get faceROI, from faceROI then I detect eyes.

2013-04-05 20:16:07 -0600 commented question How to accelerate face detection time using HaarCascade

Yup. I've checked that link. Thanks a lot. I've tried to resize frame into smaller size (320 x 192). The frame motion is faster, but it seems difficult to detect eyes. When the frame size is big (400 x 300) it can detect but slowly frame motion. Do you have any idea how to make detection is small frame using haarcascade?

2013-04-05 11:22:44 -0600 asked a question How to accelerate face detection time using HaarCascade

Hi guys,

I'm using opencv tutorial to detect face and eyes. I'm using opencv242, VS2010, and Win 7 x64. When I run the code, the frame motion is really slowly. Even when I use method VideoCapture, it's make nothing. I think it's caused by Haar classifier. Is there anyone have solution how to accelerate detection time using HaarCascade?

Regards,

Andrew