We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Looking for any info about doing Facial Recognition in Processing (not to be confused with Facial Detection).
Greg Borenstein's lib here gives basic access to OpenCV (and is great BTW!):
https://github.com/atduskgreg/opencv-processing
It's mentioned in the libs introduction that " In addition to using the wrapped functionality, you can import OpenCV modules and use any of its documented functions".
OpenCV does have a FaceRecognition module, here:
http://docs.opencv.org/3.0-beta/modules/face/doc/facerec/facerec_api.html#FaceRecognizer
If anyone has gone down this path, or knows a general direction to travel, the help would be greatly appreciated.
Answers
Have you managed to figure this out?
Have not looked at it since posting. Guessing the answer is something to do with the OpenCV FaceRecognizer, probably a deep dive to get it working in Processing.