nightWatcher
nightWatcher

Reputation: 1051

OpenCV can only detect the left profile of the faces?

I am using haar cascade for profile face, but i have noticed that it only detects the left side of face not right. Am I worng? Or have i missed something? Any one has any idea about it?

Upvotes: 0

Views: 1028

Answers (1)

Reza.Aggi
Reza.Aggi

Reputation: 26

I also can't find why. I think the classifier was created using left profile of face. But you can flip the image horizontally, then do the detection.

Upvotes: 1

Related Questions