C# Class face_detection_tool.IO

Exibir arquivo Open project: AlfredXiangWu/face_detection_tool

Public Methods

Method Description
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

Method Details

getFrList() public method

Get FR
public getFrList ( string path ) : List
path string FR Path
return List

getImageInfo() public method

Get Image Information
public getImageInfo ( ) : List
return List

showFR() public method

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
return void