GithubHelp home page GithubHelp logo

dpmaycry / androidfacedetection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lchad/androidfacedetection

2.0 1.0 0.0 42.94 MB

Android 平台进行人脸检测的几种方案

CMake 0.08% Java 26.01% C 4.48% C++ 69.27% Objective-C 0.16%

androidfacedetection's Introduction

AndroidFaceDetection

以下提供几种解决方案的对比,具体实现请看代码

  • OpenCV (API level 8 +)

    • 识别效果一般,侧脸无法识别.
    • 对识别的距离有限制(2~3米).
    • 如果需要做静态图片识别的话,需要对 Java library层进行修改.
    • 项目里有我编好的动态链接库,拿来就能用,不需要再装官方 OpencvManger.apk 了.
    • 文档:http://www.opencv.org/platforms/android/
  • Camera内部的 API (API level 14+)

  • android.media.FaceDetector 静态检测 (API level 1 +)

  • Google Play Service 的 Vision API (API 9,在 API 17 增加了一些功能)

    • 非常强大,效果基本能和 Camera API 持平.
    • 静态识别支持比较低清晰度的图片.
    • 可以识别是否睁眼.
    • 可以得到眼睛,鼻子嘴巴等的位置.
    • 有关于情绪的返回值.
    • 可以识别头部姿势.
    • 手机必须安装了 Google 服务框架才能使用.
    • 文档:https://developers.google.com/vision/face-detection-concepts
  • Face++ Android SDK

  • Dlib

androidfacedetection's People

Contributors

dpmaycry avatar lchad avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.