Confused on the status of contrib FaceRecognizer and Java binding [closed]

asked 2013-06-06 08:30:42 -0600

python152 gravatar image

updated 2013-06-06 08:31:08 -0600

Hello, all (and in particular the developer(s) for Java binding)

There seems to be a few questions related to using FaceRecognizer in either Desktop Java or Android environment, but I didn't see any definitive answers for it: is it simply missing or not implemented, or any plan for it? Another twist here is: the contrib/FaceRecognizer the abstract class is there, you just can't create any Eigen/Fisher/LBH recognizer.

Does any OCV developer read and help in the forum? It seems there is another Yahoo Group on OCV that is also active. I am actually confused on where and how exactly get this kind of question clarified.

Thanks for help.

Oliver

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-11-14 08:15:48.209253

Comments

short of an answer, but at least someone made an issue already.

"factory" methods for the other recognizers would have to be devised in a similar manner.

but it seems, they're all waiting for the one person, who does the actual job, that is:

  • extend the generator script
  • test, if cmake does the right job, does it compile, etc.
  • submit a pull request to github master. (once that is done, changes are in within a day or so)
berak gravatar imageberak ( 2013-06-06 09:00:32 -0600 )edit

this is certainly very helpful, I appreciate it.

python152 gravatar imagepython152 ( 2013-06-06 10:48:31 -0600 )edit

I'll look into it next week and see what I can do.

Philipp Wagner gravatar imagePhilipp Wagner ( 2013-06-09 05:10:35 -0600 )edit

Has this issue been resolved? I can't find the binding for the specific recognisers.

ales gravatar imageales ( 2014-04-03 08:01:26 -0600 )edit

@ales, in short, no.

the create*FaceRecognizer native functions are still missing ( as well as their java counterparts ).

but yes, you can work around using jni.

berak gravatar imageberak ( 2014-04-03 08:11:04 -0600 )edit