C# Class Emgu.CV.UI.ImageProperty

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: genecyber/PredatorCV Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

ImageProperty() public méthode

Create a ImageProperty control
public ImageProperty ( ) : System
Résultat System

SetImage() public méthode

public SetImage ( IImage image ) : void
image IImage
Résultat void

SetMousePositionOnImage() public méthode

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
Résultat void

SetOperations() public méthode

Set the description of the operation view
public SetOperations ( List operations ) : void
operations List
Résultat void

UpdateZoomScale() public méthode

public UpdateZoomScale ( ) : void
Résultat void