C# 클래스 face_detection_tool.Evaluation

파일 보기 프로젝트 열기: AlfredXiangWu/face_detection_tool

공개 메소드들

메소드 설명
singleImageMatch ( ImageInfo image_info, double thr ) : int

Evaluate single image to compute true positive samples and false positive samples

비공개 메소드들

메소드 설명
computeArea ( double xtl, double ytl, double xbr, double ybr ) : double

Compute rectangle area

computeIoU ( double gt_face_fr, double detect_face_fr ) : double

Compute the IoU score of two bounding box

메소드 상세

singleImageMatch() 공개 메소드

Evaluate single image to compute true positive samples and false positive samples
public singleImageMatch ( ImageInfo image_info, double thr ) : int
image_info ImageInfo
thr double
리턴 int