C# Class face_detection_tool.IO

Afficher le fichier Open project: AlfredXiangWu/face_detection_tool

Méthodes publiques

Méthode 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 méthode

Get FR
public getFrList ( string path ) : List
path string FR Path
Résultat List

getImageInfo() public méthode

Get Image Information
public getImageInfo ( ) : List
Résultat List

showFR() public méthode

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
Résultat void