Search code examples
uwpface-detection

How to detect facial landmarks in UWP


I want to write a UWP on Windows10 to detect facial landmarks. Anybody can recommend me a suitable API?

Many thanks.

YL


Solution

  • Take a look at the Cognitive Services by Microsoft for example. With the Vision Api you can detect faces for example and you are getting more information if needed.