Ask Your Question
1

use recognize in opencv android

asked Oct 11 '13

danisk89 gravatar image

updated Oct 11 '13

berak gravatar image

How do to do a recognize within opencv?? Face detection's Sample doesn't work, but for this i use native library (faceDetector).

Preview: (hide)

1 answer

Sort by » oldest newest most voted
1

answered Nov 20 '13

Esq gravatar image
Preview: (hide)

Comments

1

hi @Esq, yes, that's the right link.

unfortunately it won't work in java / android out-of-the-box, since the java api still has problems wrapping c++ Ptr types.

so, still jni effort needed to supply e.g. a native createLBPHFaceRecognizer(...) method.

berak gravatar imageberak (Nov 20 '13)edit

@berak I have a project which needs this feature running in 3 months on both android and ios. Does the ios version work? What would be your suggestion for me? I am experienced in c++ , but not in jni.

Esq gravatar imageEsq (Nov 20 '13)edit
1

aww, sorry i got no idea about ios, the comment above was strictly about problems with the java wrapper

berak gravatar imageberak (Nov 20 '13)edit

@berak so at worst case, when do you estimate it would be working on android? about how much effort does it take for the jni path starting from nothing?

Esq gravatar imageEsq (Nov 20 '13)edit

Question Tools

Stats

Asked: Oct 11 '13

Seen: 342 times

Last updated: Nov 20 '13