C# Class Emgu.CV.UI.ImageProperty

Inheritance: System.Windows.Forms.UserControl
Show file Open project: genecyber/PredatorCV Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

ImageProperty() public method

Create a ImageProperty control
public ImageProperty ( ) : System
return System

SetImage() public method

public SetImage ( IImage image ) : void
image IImage
return void

SetMousePositionOnImage() public method

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
return void

SetOperations() public method

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

UpdateZoomScale() public method

public UpdateZoomScale ( ) : void
return void