C# 클래스 OCRSample.Worker

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

공개 메소드들

메소드 설명
Worker ( IntPtr hwnd, IntPtr hwndChild, ZonesEventHandler detectedHandler ) : System
initDetectZones ( ) : void

비공개 메소드들

메소드 설명
containsArray ( List bmpList, Bitmap bmp ) : bool
detectBarZones ( Bitmap bmps ) : System.Drawing.Rectangle[]
detectTopLeft ( Bitmap bmpInitial, bool detectLigth ) : Point
isBlackImage ( Bitmap bmp ) : bool

메소드 상세

Worker() 공개 메소드

public Worker ( IntPtr hwnd, IntPtr hwndChild, ZonesEventHandler detectedHandler ) : System
hwnd System.IntPtr
hwndChild System.IntPtr
detectedHandler ZonesEventHandler
리턴 System

initDetectZones() 공개 메소드

public initDetectZones ( ) : void
리턴 void