C# Class Emgu.CV.UI.OperationsView

A user control to display the operations
Inheritance: System.Windows.Forms.UserControl
Show file Open project: genecyber/PredatorCV

Public Methods

Method Description
DisplayOperations ( List operations ) : void

Display the operations

OperationsView ( ) : System

Constructor

Private Methods

Method Description
GetOperationCode ( List operationList ) : List
ImageTypeToString ( Type imageType ) : String

Method Details

DisplayOperations() public method

Display the operations
public DisplayOperations ( List operations ) : void
operations List The operations to be displayed
return void

OperationsView() public method

Constructor
public OperationsView ( ) : System
return System