Using face detect in your program
Hey has anyone ever used the API for face detect in their android pro开发者_Go百科gram?
More simply stated, can I have a java class that pulls up the camera, scans a person's face and returns parameters back into the program?
Thanks for any help!
Just saw it being done in Javascript at:
http://badassjs.com/post/1461943420/face-detection-in-javascript-via-html5-canvas
It is using a common vision processing library, maybe you adapt what they've done to what you need. Surprisingly, it does seem to be that much code.
精彩评论