Skip to content

Loriens/InsideFaceFiltersResources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Inside Face Filters: Vision, Segmentation, and Shaders in Action

🎥 View Talk at Mobius 2025 Autumn

Usually, an iOS developer implements UI and works with APIs, but what lies beyond such tasks?

There is the world of computer vision and graphics, where mathematics ceases to be abstract: linear algebra and trigonometry bring facial expressions to life, while optimization transforms into GPU shaders.

In the talk, we will break down how face filters work under the hood: from face tracking and segmentation through Core ML to realistic filters.

We will cover two approaches:

  1. Based on face landmarks with point-wise processing of different facial zones.
  2. Based on segmentation models with color processing of different segments.

Special attention will be paid to the technical implementation: how Vision works, how segmentation Core ML models are structured, and how to write custom shaders for CIKernel to achieve maximum performance.

Resources

Example Project

Books

Apple Documentation

Segmentation Model

Other


Contact

Feel free to reach out for questions or discussions about the talk.

Telegram: @loriens

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published