https://github.com/ahmetfurkandemir/opencv-for-android
Opencv Android SDK application for Deep Neural Networks to run on Android.
https://github.com/ahmetfurkandemir/opencv-for-android
android facedetection java opencv opencv-android-sdk
Last synced: 6 months ago
JSON representation
Opencv Android SDK application for Deep Neural Networks to run on Android.
- Host: GitHub
- URL: https://github.com/ahmetfurkandemir/opencv-for-android
- Owner: AhmetFurkanDEMIR
- Created: 2021-07-22T05:31:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T06:48:29.000Z (about 4 years ago)
- Last Synced: 2025-04-15T21:52:07.664Z (6 months ago)
- Topics: android, facedetection, java, opencv, opencv-android-sdk
- Language: Java
- Homepage:
- Size: 1.65 MB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
  
# OpenCV for Android
This application allows you to deploy deep nets in Android environment using OpenCV Android SDK. With OpenCV, images are taken from the camera on your phone, and then these images are passed through the neural network and visualized on the front side. In this application, we will search for faces in the images taken and draw the found faces on the screen.
### Requirements
* [Android Studio, SDK, NDK, etc.](https://developer.android.com/studio)
* [OpenCV Android SDK](https://sourceforge.net/projects/opencvlibrary/files/opencv-android/3.4.3/opencv-3.4.3-android-sdk.zip/download)### Running the application on Android
Go to the [Releases](https://github.com/AhmetFurkanDEMIR/OpenCV-for-Android/releases) section and download the FaceDetection_APK.zip here, then install both APK files on your android device. After these procedures, you can run the "Face Detection" application from your mobile device. If the camera does not open, it means that your device has automatically denied camera permission, to solve this problem, go to the settings of the application and give the camera permission.
### In-app video
[](https://user-images.githubusercontent.com/54184905/126599573-9f976fc7-0476-4f82-af44-ef2a3e2f68e7.mp4)