1 | initial version |
unfortunately, there is no such thing.
(to even use opencv3' face recognition, you would have to re-build your android sdk with https://github.com/opencv/opencv_contrib, and enable the java wrappers in the face module by adding "java" to the 1st line in cmakelists.txt)
idk, what you need the facerecognition for, depending on your use-case, maybe we can find an alternative solution (e.g. putting it on a server, simply "roll-your-own", use some service, etc.)
2 | No.2 Revision |
unfortunately, there is no such thing.
(to even use opencv3' face recognition, you would have to re-build your android sdk with https://github.com/opencv/opencv_contrib, and enable the java wrappers in the face module by adding "java" to the 1st line in cmakelists.txt)
idk, what you need the facerecognition for, depending on your use-case, maybe we can find an alternative solution (e.g. putting it on a server, simply "roll-your-own", use some service, etc.)