C# Class Microsoft.ProjectOxford.Face.Controls.FaceIdentificationPage

Interaction logic for FaceDetection.xaml
Inheritance: System.Windows.Controls.Page, INotifyPropertyChanged
Exibir arquivo Open project: Microsoft/ProjectOxford-ClientSDK Class Usage Examples

Public Properties

Property Type Description
DescriptionProperty System.Windows.DependencyProperty
SampleGroupName string

Public Methods

Method Description
FaceIdentificationPage ( ) : System

Initializes a new instance of the FaceIdentificationPage class

Private Methods

Method Description
FolderPicker_Click ( object sender, RoutedEventArgs e ) : void

Pick the root person database folder, to minimum the data preparation logic, the folder should be under following construction Each person's image should be put into one folder named as the person's name All person's image folder should be put directly under the root person database folder

Identify_Click ( object sender, RoutedEventArgs e ) : void

Pick image, detect and identify all faces detected

Method Details

FaceIdentificationPage() public method

Initializes a new instance of the FaceIdentificationPage class
public FaceIdentificationPage ( ) : System
return System

Property Details

DescriptionProperty public_oe static_oe property

Description dependency property
public static DependencyProperty,System.Windows DescriptionProperty
return System.Windows.DependencyProperty

SampleGroupName public_oe static_oe property

Temporary group name for create person database
public static string SampleGroupName
return string