First time here? Check out the FAQ!

Ask Your Question
1

What face elements are detectable?

asked Nov 7 '12

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

Preview: (hide)

3 answers

Sort by » oldest newest most voted
0

answered Nov 7 '12

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.

Preview: (hide)
0

answered Dec 11 '15

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

Preview: (hide)
-1

answered Nov 9 '12

Dennis gravatar image

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

Preview: (hide)

Question Tools

Stats

Asked: Nov 7 '12

Seen: 1,196 times

Last updated: Nov 09 '12