Ask Your Question

hungtsung's profile - activity

2013-12-30 09:45:40 -0600 received badge  Editor (source)
2013-12-30 09:44:04 -0600 asked a question hand detect -android

I want to detect hand by opencv in android. I just change the sample code(face detection)'s lbpcascade_frontalface.xml to haarcascade_hand.xml which I download in link text. My question is the detect function need rewrite? Who can give me some advice

2013-07-11 20:36:32 -0600 received badge  Student (source)
2013-07-05 21:26:54 -0600 received badge  Scholar (source)
2013-07-05 21:26:35 -0600 commented answer createEigenFaceRecognizer-android

OK. I will try it. thx again

2013-07-05 13:50:11 -0600 commented answer createEigenFaceRecognizer-android

thx for your answer. so if I want create, only I can do is write in jni dosen't it?

2013-07-05 07:15:21 -0600 asked a question createEigenFaceRecognizer-android

I want use FaceRecognizer in android. How can I do? If I direct use like "FaceRecognizer mode = createEigenFaceRecognizer();",I will got the method createEigenFaceRecognizer() is undefined.

Can anyone tell me? thx.