C# Class face_detection_tool.info

Mostra file Open project: AlfredXiangWu/face_detection_tool Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

detectionInfo() public method

public detectionInfo ( int detection, int gt ) : void
detection int
gt int
return void

evaluationInfo() public method

public evaluationInfo ( int tp, int fp ) : void
tp int
fp int
return void

getPath() public method

public getPath ( string path ) : void
path string
return void

imageInfo() public method

public imageInfo ( int width, int height ) : void
width int
height int
return void

info() public method

public info ( ) : System
return System