search

Home  >  Q&A  >  body text

android - andoid开发中,人脸识别功能

我想请问一下,在Android开发中,人脸识别这个功能是如何实现的!

大家讲道理大家讲道理2772 days ago551

reply all(2)I'll reply

  • 高洛峰

    高洛峰2017-04-17 17:47:31

    Or use OpenCv, you can read similar articles: http://blog.csdn.net/yanzi122...

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 17:47:31

    Face recognition requires the use of Ndk technology. Call the opencv library. You can learn this yourself online. If you are calling a third-party interface, it will be much simpler. Such as face++. That's what other companies have already done. Just call it directly. In summary. If you want to challenge yourself, then learn NDK programming, if you want to develop quickly. Then call face++ and other third-party interfaces

    reply
    0
  • Cancelreply