C# 클래스 ImageProcessing.ImageProcessing

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: HVA-FRC-3824/2013_ImageProcessing_CSharp 1 사용 예제들

공개 메소드들

메소드 설명
ImageProcessing ( ) : System
readTrackBar ( TrackBar bar ) : int
writeMessageToTextBox ( string message, bool linefeed ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

ImageProcessing() 공개 메소드

public ImageProcessing ( ) : System
리턴 System

readTrackBar() 공개 메소드

public readTrackBar ( TrackBar bar ) : int
bar TrackBar
리턴 int

writeMessageToTextBox() 공개 메소드

public writeMessageToTextBox ( string message, bool linefeed ) : void
message string
linefeed bool
리턴 void