C# Class Emgu.CV.UI.OperationsView

A user control to display the operations
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: genecyber/PredatorCV

Méthodes publiques

Méthode Description
DisplayOperations ( List operations ) : void

Display the operations

OperationsView ( ) : System

Constructor

Private Methods

Méthode Description
GetOperationCode ( List operationList ) : List
ImageTypeToString ( Type imageType ) : String

Method Details

DisplayOperations() public méthode

Display the operations
public DisplayOperations ( List operations ) : void
operations List The operations to be displayed
Résultat void

OperationsView() public méthode

Constructor
public OperationsView ( ) : System
Résultat System