C# 클래스 GR.Imaging.OCR.FontCharMatcher

파일 보기 프로젝트 열기: alexhanh/Botting-Library 1 사용 예제들

공개 메소드들

메소드 설명
Add ( FontChar c ) : void
Add ( FontCharCollection chars ) : void
FindPossibleMatches ( FastBitmap bitmap, Rectangle bounds, int font_color, bool>.Dictionary possible_fonts ) : List
FontCharMatcher ( ) : System

비공개 메소드들

메소드 설명
CalculateHash ( FastBitmap bitmap, Rectangle bounds, int target_color ) : int

메소드 상세

Add() 공개 메소드

public Add ( FontChar c ) : void
c FontChar
리턴 void

Add() 공개 메소드

public Add ( FontCharCollection chars ) : void
chars FontCharCollection
리턴 void

FindPossibleMatches() 공개 메소드

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

FontCharMatcher() 공개 메소드

public FontCharMatcher ( ) : System
리턴 System