Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 1.11 KB

File metadata and controls

13 lines (7 loc) · 1.11 KB

Face API Explorer

alt text

Here you can explore extract a series of face-related attributes, such as head pose, gender, age, emotion, facial hair, and glasses. You can do so by using web cam captures, local files on your hard drive or images from Bing Images. For people that have been added to the Face Identification Setup model it will also show their names.

Key Source Code

  • FaceApiExplorerPage: Main page that drives the demo. It hosts the ImagePickerControl (see below) to provide an image as input, and displays the result of face detection.

  • ImageAnalyzer: Responsible for wrapping an image and exposing several methods and properties that act as a bridge to the Cognitive Services.

  • ImagePickerControl: A control used for capturing a photo from camera, searching Bing Images and local images and using them as input in the page.