Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 430 Bytes

File metadata and controls

5 lines (3 loc) · 430 Bytes

Face

This repository creates a face map similar to the image on the right hand side. It uses the Vision and AVFoundation frameworks as well as Delaunay Triangulation. AVFoundation is used to create a sample buffer, the vision framework detects the face landmark's from the user's front camera, then the points from the face landmarks are triangulated.