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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public detectionInfo ( int detection, int gt ) : void | ||
detection | int | |
gt | int | |
return | void |
public evaluationInfo ( int tp, int fp ) : void | ||
tp | int | |
fp | int | |
return | void |
public imageInfo ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |