C# Class GR.Imaging.OCR.FontCharMatcher

Datei anzeigen Open project: alexhanh/Botting-Library Class Usage Examples

Public Methods

Method Description
Add ( FontChar c ) : void
Add ( FontCharCollection chars ) : void
FindPossibleMatches ( FastBitmap bitmap, Rectangle bounds, int font_color, bool>.Dictionary possible_fonts ) : List
FontCharMatcher ( ) : System

Private Methods

Method Description
CalculateHash ( FastBitmap bitmap, Rectangle bounds, int target_color ) : int

Method Details

Add() public method

public Add ( FontChar c ) : void
c FontChar
return void

Add() public method

public Add ( FontCharCollection chars ) : void
chars FontCharCollection
return void

FindPossibleMatches() public method

public FindPossibleMatches ( FastBitmap bitmap, Rectangle bounds, int font_color, bool>.Dictionary possible_fonts ) : List
bitmap FastBitmap
bounds System.Drawing.Rectangle
font_color int
possible_fonts bool>.Dictionary
return List

FontCharMatcher() public method

public FontCharMatcher ( ) : System
return System