Skip to content

Instantly share code, notes, and snippets.

@kurnianggoro
kurnianggoro / GSOC2017_OpenCV_FacemarkAPI.md
Last active December 16, 2022 03:46
GSOC 2017 - Facemark API for OpenCV

[Facemark API for OpenCV][pull_request]

Student: Laksono kurnianggoro
Mentor: Delia Passalacqua
Link to commits: https://github.com/opencv/opencv_contrib/pull/1257/commits
Link to codes: https://github.com/opencv/opencv_contrib/pull/1257/files

Introduction

Facial landmark detection is a useful algorithm with many possible applications including expression transfer, virtual make-up, facial puppetry, faces swap, and many mores. This project aims to implement a scalable API for facial landmark detector. Furthermore, it will also implement 2 kinds of algorithms, including active appearance model (AAM) [1] and regressed local binary features (LBF) [2].