C# Class face_detection_tool.info

Afficher le fichier Open project: AlfredXiangWu/face_detection_tool Class Usage Examples

Méthodes publiques

Méthode Description
detectionInfo ( int detection, int gt ) : void
evaluationInfo ( int tp, int fp ) : void
getPath ( string path ) : void
imageInfo ( int width, int height ) : void
info ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

detectionInfo() public méthode

public detectionInfo ( int detection, int gt ) : void
detection int
gt int
Résultat void

evaluationInfo() public méthode

public evaluationInfo ( int tp, int fp ) : void
tp int
fp int
Résultat void

getPath() public méthode

public getPath ( string path ) : void
path string
Résultat void

imageInfo() public méthode

public imageInfo ( int width, int height ) : void
width int
height int
Résultat void

info() public méthode

public info ( ) : System
Résultat System