C# Класс GR.Imaging.OCR.FontCharMatcher

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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