C# 클래스 FaceSpot.FaceTag

Note that face image loaded in gray scale not bgr. Conversion may be needed.
파일 보기 프로젝트 열기: kanitw/facespot

공개 프로퍼티들

프로퍼티 타입 설명
faceImage Byte>.Image
tag string

공개 메소드들

메소드 설명
FaceTag ( Face f ) : System
FaceTag ( string tag, Byte>.Image faceImage ) : System

메소드 상세

FaceTag() 공개 메소드

public FaceTag ( Face f ) : System
f FaceSpot.Db.Face
리턴 System

FaceTag() 공개 메소드

public FaceTag ( string tag, Byte>.Image faceImage ) : System
tag string
faceImage Byte>.Image
리턴 System

프로퍼티 상세

faceImage 공개적으로 프로퍼티

public Image faceImage
리턴 Byte>.Image

tag 공개적으로 프로퍼티

public string tag
리턴 string