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

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.
Markdown syntax

Markdown syntax

02/28/2017 • English#Markdown
Markdown is a way to style text on the web. You control the display of the document formating words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like # or *.