Detect faces with OpenCV on Android Devices
Introduction
Background
Create a project, add OpenCV, and read camera frames
Face detection
Next Steps
Detect faces with OpenCV on Android Devices
Who is this for?
This is an introductory topic for developers who are interested in creating Computer Vision applications with OpenCV on Android devices.
What will you learn?
Upon completion of this Learning Path, you will be able to:
- Describe how you can use OpenCV for face detection.
- Use OpenCV to retrieve camera frames.
- Use Haar cascade classifier for face detection.
Prerequisites
Before starting, you will need the following:
- A development machine with Android Studio installed.
- An Android smartphone.
- Familiarity with OpenCV, review Create Computer Vision Applications with OpenCV on Android Devices before starting.