C# Class SimpleOCR.OCRSymbol

Mostrar archivo Open project: evlntnt/SimpleOCR Class Usage Examples

Public Methods

Method Description
Compare ( Bitmap &img, Color color, bool isUseForeground ) : bool
OCRSymbol ( string name, int width = 12, int height = 12, int offset, List good = null, List bad = null ) : System
ToString ( ) : string

Method Details

Compare() public method

public Compare ( Bitmap &img, Color color, bool isUseForeground ) : bool
img System.Drawing.Bitmap
color Color
isUseForeground bool
return bool

OCRSymbol() public method

public OCRSymbol ( string name, int width = 12, int height = 12, int offset, List good = null, List bad = null ) : System
name string
width int
height int
offset int
good List
bad List
return System

ToString() public method

public ToString ( ) : string
return string