Ask Your Question
0

eye blink and eyebrow movement detection

asked 2015-06-13 13:18:41 -0600

Hello,

I'm planning on making an application for disabled people to control an Android device. I want to do this with eye blinks and eyebrow movement. I was wondering if OpenCV is the right library to use for that.

Does anyone know if OpenCV can be used for this and if so link me some more information?

Thanks,

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-06-15 00:17:53 -0600

RpBot gravatar image

yes. use image convolution to define edges at the eyes and eyebrows. the movement of these edges can serve as parametrized inputs to the system. If you're using blinks (which occur quite rapidly), you're going to need a fairly high frame-rate. computation vs battery life is going to be your struggle i presume.

http://docs.opencv.org/doc/tutorials/...

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-06-13 13:18:41 -0600

Seen: 944 times

Last updated: Jun 13 '15