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

Running the application on Android

Go to the 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

example_001.mp4


GitHub

https://github.com/AhmetFurkanDEMIR/OpenCV-for-Android