C# Класс Microsoft.ProjectOxford.Face.Controls.FaceIdentificationPage

Interaction logic for FaceDetection.xaml
Наследование: System.Windows.Controls.Page, INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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