Ask Your Question
0

LBP FaceRecognizer in OpenCV

asked 2014-03-25 22:22:45 -0600

RossWell gravatar image

updated 2014-03-26 02:10:44 -0600

berak gravatar image

I'm working project about Fafe recognizer by LBP using opencv on android studio.But i don't know starting from where.

plz help me....

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-03-26 02:14:09 -0600

berak gravatar image

updated 2014-03-28 06:06:44 -0600

due to the limitations of the java api, there's no createLBPHFaceRecognizer (or fisher or eigen) method, so, unfortunately you can't create one.

you can work around it using jni/ndk, but it's not for the faint of heart.

edit flag offensive delete link more

Comments

@berak , Is this expected in 3.0 or is the PTR issue still too difficult to overcome?

Will Stewart gravatar imageWill Stewart ( 2014-03-27 08:30:00 -0600 )edit
1

it's unsolved in both 3.0 and 2.4, unfortunately.

since 3.0 is around the corner (and also the Ptr class changed significantly), i guess noone will solve it for 2.4

berak gravatar imageberak ( 2014-03-27 14:45:25 -0600 )edit
1

@Will Stewart, - see edit, if you're interested in a jni workaround ;)

berak gravatar imageberak ( 2014-03-28 06:08:09 -0600 )edit

Question Tools

Stats

Asked: 2014-03-25 22:22:45 -0600

Seen: 555 times

Last updated: Mar 28 '14