C# Class OCRSample.Worker

Afficher le fichier Open project: JhetoX/SkypeOCR Class Usage Examples

Méthodes publiques

Méthode Description
Worker ( IntPtr hwnd, IntPtr hwndChild, ZonesEventHandler detectedHandler ) : System
initDetectZones ( ) : void

Private Methods

Méthode 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 méthode

public Worker ( IntPtr hwnd, IntPtr hwndChild, ZonesEventHandler detectedHandler ) : System
hwnd System.IntPtr
hwndChild System.IntPtr
detectedHandler ZonesEventHandler
Résultat System

initDetectZones() public méthode

public initDetectZones ( ) : void
Résultat void