C# 클래스 SimpleOCR.OCRSymbol

파일 보기 프로젝트 열기: evlntnt/SimpleOCR 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Compare() 공개 메소드

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

OCRSymbol() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string