C# Класс face_detection_tool.info

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
detectionInfo ( int detection, int gt ) : void
evaluationInfo ( int tp, int fp ) : void
getPath ( string path ) : void
imageInfo ( int width, int height ) : void
info ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

info_KeyDown ( object sender, KeyEventArgs e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

detectionInfo() публичный Метод

public detectionInfo ( int detection, int gt ) : void
detection int
gt int
Результат void

evaluationInfo() публичный Метод

public evaluationInfo ( int tp, int fp ) : void
tp int
fp int
Результат void

getPath() публичный Метод

public getPath ( string path ) : void
path string
Результат void

imageInfo() публичный Метод

public imageInfo ( int width, int height ) : void
width int
height int
Результат void

info() публичный Метод

public info ( ) : System
Результат System