Ask Your Question

mghildiy's profile - activity

2016-08-27 01:52:17 -0600 commented question Face detection using OpenCV with Java

Sorry for incomplete data. I have edited my post.

2016-08-27 01:51:50 -0600 received badge  Editor (source)
2016-08-27 01:43:56 -0600 asked a question Face detection using OpenCV with Java

Hi,

I am trying to use OpenCV 3.1.0 in a java based face detection program. I am using OpenCV for first time and I have followed this.

Program works but its far from accurate. I have used both lbpcascade_frontalface.xml and haarcascade_frontalface_alt.xml. So I want to improve the program, but I have no idea how to go ahead about it. How OpenCV works, face detection in particular, is totally a black box to me.

Please tell me how should I go ahead to make program more accurate...ant links,resource,tutorials would help.

I read about training classifiers. Is it a solution?

Edit: For eg., following is the results I got:

image description

image description

image description

image description

image description

With regards Manish