C# 클래스 Microsoft.ProjectOxford.Face.Controls.FaceIdentificationPage

Interaction logic for FaceDetection.xaml
상속: System.Windows.Controls.Page, INotifyPropertyChanged
파일 보기 프로젝트 열기: Microsoft/ProjectOxford-ClientSDK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DescriptionProperty System.Windows.DependencyProperty
SampleGroupName string

공개 메소드들

메소드 설명
FaceIdentificationPage ( ) : System

Initializes a new instance of the FaceIdentificationPage class

비공개 메소드들

메소드 설명
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

메소드 상세

FaceIdentificationPage() 공개 메소드

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

프로퍼티 상세

DescriptionProperty 공개적으로 정적으로 프로퍼티

Description dependency property
public static DependencyProperty,System.Windows DescriptionProperty
리턴 System.Windows.DependencyProperty

SampleGroupName 공개적으로 정적으로 프로퍼티

Temporary group name for create person database
public static string SampleGroupName
리턴 string