开发者

Using face detect in your program

开发者 https://www.devze.com 2023-01-24 05:11 出处:网络
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 parame

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消