C# 클래스 PredatorCV.Sandbox

파일 보기 프로젝트 열기: genecyber/PredatorCV 1 사용 예제들

공개 메소드들

메소드 설명
AssignCaptureSource ( string source, string detector ) : void
AssignDetector ( string detector ) : void
Sandbox ( ImageBox imageBox, String source, String detector, TextBox textBox ) : System

비공개 메소드들

메소드 설명
FrameProcessor ( object sender, EventArgs e ) : void

메소드 상세

AssignCaptureSource() 공개 메소드

public AssignCaptureSource ( string source, string detector ) : void
source string
detector string
리턴 void

AssignDetector() 공개 메소드

public AssignDetector ( string detector ) : void
detector string
리턴 void

Sandbox() 공개 메소드

public Sandbox ( ImageBox imageBox, String source, String detector, TextBox textBox ) : System
imageBox Emgu.CV.UI.ImageBox
source String
detector String
textBox System.Windows.Forms.TextBox
리턴 System