C# Класс face_detection_tool.IO

Показать файл Открыть проект

Открытые методы

Метод Описание
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