https://github.com/helias/android-face-detection
Android app for face detection in real-time
https://github.com/helias/android-face-detection
android face-detection mobilevision opencv real-time
Last synced: about 2 months ago
JSON representation
Android app for face detection in real-time
- Host: GitHub
- URL: https://github.com/helias/android-face-detection
- Owner: Helias
- License: agpl-3.0
- Created: 2019-06-16T09:12:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T10:49:47.000Z (about 7 years ago)
- Last Synced: 2025-01-03T14:17:53.707Z (over 1 year ago)
- Topics: android, face-detection, mobilevision, opencv, real-time
- Language: Java
- Size: 327 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android-Face-Detection
Android app for face detection in real-time.
## Requirements
- [Android Studio](https://developer.android.com/studio)
- [Android SDK](https://developer.android.com/studio#downloads)
- [OpenCV Library 3.x](https://sourceforge.net/projects/opencvlibrary/files/)
To link the Android SDK to the project, edit the **local.properties** file and correct the path.
About OpenCV Library copy the libraries from **opencv-3.x.x-android-sdk/OpenCV-android-sdk/sdk/native/libs/** to **app/libs/jniLibs/**.
Afterwards, edit the absolute path of the jniLibs file **app/CMakeLists.txt** (line 30).
Open the project folder with **AndroidStudio**, build, compile and run the app 😉.
## Reference
To make this project I followed these tutorials:
- [Import OpenCV Library in the project](https://sriraghu.com/2017/03/11/opencv-in-android-an-introduction-part-1/comment-page-1/)
- [Fix orientation portrait about CameraView](https://github.com/opencv/opencv/issues/4704)
- AndroidFaceDetection [github](https://github.com/eddydn/AndroidFaceDetection), [youtube video](https://www.youtube.com/watch?v=3XxOuvAngU4)