Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1010 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 1010 Bytes

Head Pose Estimation using MediaPipe and OpenCV in Android(Kotlin)

Overview

This project focuses on developing an application that allows users to position their faces within an oval region on a live camera preview. The application utilizes MediaPipe Face Landmarker to detect the presence of a human face and extract facial landmarks. OpenCV is then used to calculate the yaw and pitch angles, enabling the determination of the directness and orientation of the face (i.e., facing straight, right, left, up, or down).
Note: To integrate OpenCV into the project, I use this repo

Demo