C# 클래스 face_detection_tool.IO

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

공개 메소드들

메소드 설명
getFrList ( string path ) : List

Get FR

getImageInfo ( ) : List

Get Image Information

showFR ( Image image, ImageInfo image_info ) : void

Draw the bounding box on the detection image

메소드 상세

getFrList() 공개 메소드

Get FR
public getFrList ( string path ) : List
path string FR Path
리턴 List

getImageInfo() 공개 메소드

Get Image Information
public getImageInfo ( ) : List
리턴 List

showFR() 공개 메소드

Draw the bounding box on the detection image
public showFR ( Image image, ImageInfo image_info ) : void
image Image Detection Image
image_info ImageInfo Image Information
리턴 void