C# Class VideoAPI_WPF_Samples.FaceTrackingPage

Inheritance: System.Windows.Controls.Page
Datei anzeigen Open project: Microsoft/ProjectOxford-ClientSDK

Public Methods

Method Description
FaceTrackingPage ( ) : System

Private Methods

Method Description
DetectFaces ( string subscriptionKey, string filePath ) : System.Threading.Tasks.Task
GetHighlights ( string json ) : IEnumerable

This method parses the JSON output, and converts to a sequence of time frames with highlight regions. One highlight region reprensents a tracked face in the frame.

LoadImageButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

FaceTrackingPage() public method

public FaceTrackingPage ( ) : System
return System