C# Класс FaceDetection.Model.Recognition.Face

Represents the information for a saved face for recognition
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Face ( byte>.Image original, byte>.Image grayframe, int id, string username, int userId ) : Emgu.CV

Initializes a new instance of the Face class.

Face ( byte original, byte grayframe, int id, string username, int userId, int width, int height ) : Emgu.CV

Initializes a new instance of the Face class.

Описание методов

Face() публичный Метод

Initializes a new instance of the Face class.
public Face ( byte>.Image original, byte>.Image grayframe, int id, string username, int userId ) : Emgu.CV
original byte>.Image The original picture.
grayframe byte>.Image The grayframe.
id int The identifier.
username string The username.
userId int The user identifier.
Результат Emgu.CV

Face() публичный Метод

Initializes a new instance of the Face class.
public Face ( byte original, byte grayframe, int id, string username, int userId, int width, int height ) : Emgu.CV
original byte The original picture.
grayframe byte The grayframe.
id int The identifier.
username string The username.
userId int The user identifier.
width int The width.
height int The height.
Результат Emgu.CV