Ask Your Question
1

What face elements are detectable?

asked 2012-11-07 07:12:33 -0600

Dennis gravatar image

Hi,

Can anybody tell me what face elements can be detected with OpenCV? I see a lot of people talking about the standard elements like: nose, mouth, eyes and face. But I want to detect a few other things like: brows, kin, lips, hair, etc.

Has someone done this before? And perhaps there's a module I can just purchase instead of developing this whole thing myself?

Thank you! Dennis

edit retag flag offensive close merge delete

3 answers

Sort by ยป oldest newest most voted
0

answered 2012-11-07 07:42:46 -0600

Ben gravatar image

Have a look in your OpenCV directory under 'data'. You will find the subdirectories 'haarcascades', 'hogcascades' and 'lbpcascades' containing trained cascades for different bodyparts/objects.

If you're looking for something else, you have to train it yourself, which demands a little deeper understanding of the detection algorithm in order to get a good detector.

edit flag offensive delete link more
0

answered 2015-12-11 04:35:54 -0600

What is the final verdict on this? Can we detect hair using open CV?

edit flag offensive delete link more
-1

answered 2012-11-09 10:03:08 -0600

Dennis gravatar image

I'm actually not a developer myself and just want to know if it's even possible.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-11-07 07:12:33 -0600

Seen: 1,119 times

Last updated: Nov 09 '12