C# 클래스 Emgu.CV.UI.OperationsView

A user control to display the operations
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: genecyber/PredatorCV

공개 메소드들

메소드 설명
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