C# Class ImageProcessing.ImageProcessing

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: HVA-FRC-3824/2013_ImageProcessing_CSharp Class Usage Examples

Public Methods

Method Description
ImageProcessing ( ) : System
readTrackBar ( TrackBar bar ) : int
writeMessageToTextBox ( string message, bool linefeed ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ImageProcessing_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

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

bar_Scroll ( object sender, EventArgs e ) : void
findMeanIndex ( int startIndex, int stopIndex, long data ) : int
findMidPointBetweenFrisbees ( byte>.Image mask ) : int
findPointBetweenFrisbees ( long data ) : int
graphFloatArray ( ZedGraphControl zgc_graph, string title, long data, int numberOfDataPoints, bool clearData ) : void

Routine Summary: private void graphFloatArray(string title, float[] data, int numberOfDataPoints, bool clearData); title - Title of the graph. data - Data to be plotted. numberOfDataPoints - Number of points to be plotted. clearData - Flag to indicate if the graph should be cleared. Description: Routine to graph an array of data or clear the graph. Return Value: None. Modification History: 8/24/08 JWY - First version of routine.

processImageFrisbee ( object sender, EventArgs arg ) : void
processImageFrisbeeOriginal ( object sender, EventArgs arg ) : 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

ImageProcessing() public method

public ImageProcessing ( ) : System
return System

readTrackBar() public method

public readTrackBar ( TrackBar bar ) : int
bar TrackBar
return int

writeMessageToTextBox() public method

public writeMessageToTextBox ( string message, bool linefeed ) : void
message string
linefeed bool
return void