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

파일 보기 프로젝트 열기: PkInfRemi/FaceDetectionApp

공개 메소드들

메소드 설명
GetAllFaces ( ) : Task>
GetAllUsers ( ) : Task>
GetUser ( int id ) : User
InitFaces ( ) : void
InitUsers ( ) : void
InsertFace ( byte>.Image original, byte>.Image grayframe, string username ) : Task

비공개 메소드들

메소드 설명
AllFacesOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void
RecognitionData ( ) : System

메소드 상세

GetAllFaces() 공개 정적인 메소드

public static GetAllFaces ( ) : Task>
리턴 Task>

GetAllUsers() 공개 정적인 메소드

public static GetAllUsers ( ) : Task>
리턴 Task>

GetUser() 공개 정적인 메소드

public static GetUser ( int id ) : User
id int
리턴 User

InitFaces() 공개 정적인 메소드

public static InitFaces ( ) : void
리턴 void

InitUsers() 공개 정적인 메소드

public static InitUsers ( ) : void
리턴 void

InsertFace() 공개 정적인 메소드

public static InsertFace ( byte>.Image original, byte>.Image grayframe, string username ) : Task
original byte>.Image
grayframe byte>.Image
username string
리턴 Task