FaceDetector for Xamarin.Forms and WPF with a .Net Standard library

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.

WPF result

UWP result