C# 클래스 PredatorCV.Detectors.Text

상속: IDetector
파일 보기 프로젝트 열기: genecyber/PredatorCV

공개 메소드들

메소드 설명
CreateAndDisplayText ( byte>.Image image, TextBox textBox ) : void
Process ( byte>.Image rawFrame, byte>.Image grayFrame ) : DetectorResult

비공개 메소드들

메소드 설명
InitOcr ( ) : void

메소드 상세

CreateAndDisplayText() 공개 정적인 메소드

public static CreateAndDisplayText ( byte>.Image image, TextBox textBox ) : void
image byte>.Image
textBox System.Windows.Forms.TextBox
리턴 void

Process() 공개 메소드

public Process ( byte>.Image rawFrame, byte>.Image grayFrame ) : DetectorResult
rawFrame byte>.Image
grayFrame byte>.Image
리턴 DetectorResult