FaceDetector for Xamarin.Forms and WPF with a .Net Standard library
09/11/2017 • English •
#Azure Cognitive Service#Xamarin Forms#WPF#.NET Standard#Talks#Geneva .NET User Group
In this post I will show you how to write a .Net Standard allowing: displaying an image, the detection of the faces of the image and the display of detected faces. The display library is SkiaSharp and the face detection library is the Cognitive Face Detection of Windows Azure Service. Then we create a Xamarin.Forms UWP and a WPF application using the previously created library.
- This post is part of the Geneva .Net User Group Meetup on Tuesday, September 12, 2017
- The sources are available on GitHub
WPF result

UWP result
