# FacialLandmarkAndroid **Repository Path**: xymf/FacialLandmarkAndroid ## Basic Information - **Project Name**: FacialLandmarkAndroid - **Description**: face landmark detection with Dlib on Android - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Facial landmark detection on android 在安卓平台上实现人脸特征点检测
It is an android application based on DLib.
### Demo * APK You can download apk[here](https://github.com/flyingzhao/FacialLandmarkAndroid/blob/master/demo/OpenCVTest.apk)
* Origin ![image](https://github.com/flyingzhao/FacialLandmarkAndroid/blob/master/demo/lena.png)
* landmark ![image](https://github.com/flyingzhao/FacialLandmarkAndroid/blob/master/demo/landmark.png)
### Tools Eclipse
NDK r10e
### Reference I refer to [tzutalin](https://github.com/tzutalin/dlib-android). Meanwhile I made some improvements.I have contributed my codes to tzutalin.