Multi-view face detection

asked 2019-02-13 06:31:00 -0600

Kushal gravatar image

updated 2019-02-13 06:51:59 -0600

i am working on face recognition, I've used haar cascade files for the face detection. but i end up detecting frontal face only can anyone help me how i can do multi-view face detection like left profile face, right profile face, etc,.

edit retag flag offensive close merge delete

Comments

1

its not about multiple faces, its about multi-view faces like left profile face, right profile face, etc,.

Kushal gravatar imageKushal ( 2019-02-13 06:48:48 -0600 )edit

I used detectMultiScale to detected left side and right side. You have to changed values to higher to suit your need.

supra56 gravatar imagesupra56 ( 2019-02-13 09:16:41 -0600 )edit

@supra56 can you be more specific. even i used detectMultiScale

Kushal gravatar imageKushal ( 2019-02-14 00:20:55 -0600 )edit