C# Class OCRSample.Worker

Mostrar archivo Open project: JhetoX/SkypeOCR Class Usage Examples

Public Methods

Method Description
Worker ( IntPtr hwnd, IntPtr hwndChild, ZonesEventHandler detectedHandler ) : System
initDetectZones ( ) : void

Private Methods

Method Description
containsArray ( List bmpList, Bitmap bmp ) : bool
detectBarZones ( Bitmap bmps ) : System.Drawing.Rectangle[]
detectTopLeft ( Bitmap bmpInitial, bool detectLigth ) : Point
isBlackImage ( Bitmap bmp ) : bool

Method Details

Worker() public method

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

initDetectZones() public method

public initDetectZones ( ) : void
return void