C# 클래스 Emgu.CV.UI.ImageProperty

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: genecyber/PredatorCV 1 사용 예제들

공개 메소드들

메소드 설명
ImageProperty ( ) : System

Create a ImageProperty control

SetImage ( IImage image ) : void
SetMousePositionOnImage ( Point location ) : void

Set the mouse position over the image. It also set the color intensity of the pixel on the image where is mouse is at

SetOperations ( List operations ) : void

Set the description of the operation view

UpdateZoomScale ( ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
HandleFunctionalModeChange ( Object sender, EventArgs args ) : void
UpdateHistogram ( ) : void
clearOperationBtn_Click ( object sender, EventArgs e ) : void
popOperationButton_Click ( object sender, EventArgs e ) : void
showHistogramButton_Click ( object sender, EventArgs e ) : void
zoomLevelComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : 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

ImageProperty() 공개 메소드

Create a ImageProperty control
public ImageProperty ( ) : System
리턴 System

SetImage() 공개 메소드

public SetImage ( IImage image ) : void
image IImage
리턴 void

SetMousePositionOnImage() 공개 메소드

Set the mouse position over the image. It also set the color intensity of the pixel on the image where is mouse is at
public SetMousePositionOnImage ( Point location ) : void
location Point The location of the mouse on the image
리턴 void

SetOperations() 공개 메소드

Set the description of the operation view
public SetOperations ( List operations ) : void
operations List
리턴 void

UpdateZoomScale() 공개 메소드

public UpdateZoomScale ( ) : void
리턴 void