Hello!

New post for Azure Machine Learning Face APIs series

  1. Face APIs in Azure
  2. Hello Face: Face APIs in a Console App
  3. Hello Face: Face APIs in a WPF App
  4. Hello Face: Face APIs in a Windows 8.1 App

After the examples of console app and WPF app, today we will see a bit of Face Tracking in an app Windows 8.1. For this app I have "simplified" a little code and within it I have to highlight.

– In the list of faces showing the result, each Face was a cutout from the original image. In Win81 we don’t have a UIElement type T:System.Windows.media.Imaging.CroppedBitmap, so taking This example code, I’ve added a class that allows me to create the cutout of each Face from the original image

– To display them in the app, to the original image and faces cuts "I keep them" in the temporary directory of the app.

– In the original image does not show a square on each Face, as have a few minutes I will be playing with a Canvas and complete it.

Always better as a video that shows the app running and then the source code

On GitHub source code can be downloaded from https://github.com/elbruno/ProjectOxford

Saludos @ Madrid

/El Bruno

Resources:

How to crop bitmap in a Windows Store app (C#)

13 responses to “#AZURE Hello Face: #FaceAPIs for an App Windows 8.1 (4)”

  1. […] 4. Hello Face: Face APIs in a Windows 8.1 App […]

    Like

  2. […] 4. Hello Face: Face APIs in a Windows 8.1 App […]

    Like

  3. […] Hello Face: Face APIs in a Windows 8.1 App […]

    Like

  4. […] Hello Face: Face APIs in a Windows 8.1 App […]

    Like

Leave a reply to #AZURE – #VisionAPI implementation for image analysis | El Bruno Cancel reply

Discover more from El Bruno

Subscribe now to keep reading and get access to the full archive.

Continue reading