C# Class SimpleOCR.OCRSymbol

Afficher le fichier Open project: evlntnt/SimpleOCR Class Usage Examples

Méthodes publiques

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

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

OCRSymbol() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string