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

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

Méthodes publiques

Свойство Type Description
DescriptionProperty System.Windows.DependencyProperty
SampleGroupName string

Méthodes publiques

Méthode Description
FaceIdentificationPage ( ) : System

Initializes a new instance of the FaceIdentificationPage class

Private Methods

Méthode 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 méthode

Initializes a new instance of the FaceIdentificationPage class
public FaceIdentificationPage ( ) : System
Résultat System

Property Details

DescriptionProperty public_oe static_oe property

Description dependency property
public static DependencyProperty,System.Windows DescriptionProperty
Résultat System.Windows.DependencyProperty

SampleGroupName public_oe static_oe property

Temporary group name for create person database
public static string SampleGroupName
Résultat string