C# 클래스 FaceDetection.Model.Recognition.Face

Represents the information for a saved face for recognition
파일 보기 프로젝트 열기: PkInfRemi/FaceDetectionApp 1 사용 예제들

공개 메소드들

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