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

Interaction logic for FaceVerification.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

Public Methods

Method Description
FaceVerificationPage ( ) : System

Initializes a new instance of the FaceVerificationPage class

Private Methods

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

Pick image for detection, get detection result and put detection results into LeftResultCollection

RightImagePicker_Click ( object sender, RoutedEventArgs e ) : void

Pick image for detection, get detection result and put detection results into RightResultCollection

Verification_Click ( object sender, RoutedEventArgs e ) : void

Verify two detected faces, get whether these two faces belong to the same person

Method Details

FaceVerificationPage() public method

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

Property Details

DescriptionProperty public_oe static_oe property

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