C# Класс Emgu.CV.UI.OperationsView

A user control to display the operations
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
DisplayOperations ( List operations ) : void

Display the operations

OperationsView ( ) : System

Constructor

Приватные методы

Метод Описание
GetOperationCode ( List operationList ) : List
ImageTypeToString ( Type imageType ) : String

Описание методов

DisplayOperations() публичный Метод

Display the operations
public DisplayOperations ( List operations ) : void
operations List The operations to be displayed
Результат void

OperationsView() публичный Метод

Constructor
public OperationsView ( ) : System
Результат System