C# 클래스 HistogramOCRTrainer.HistogramOCR.HistogramLetter

파일 보기 프로젝트 열기: andreigec/Word-Find-Solver

공개 메소드들

메소드 설명
DeSerialise ( string text ) : HistogramLetter

Des the serialise.

GetHistogram ( BitmapBoolArray bba, Bitmap b ) : int[]>.Tuple

Gets the histogram.

GetHistogramOffsetScore ( int xv, int yv ) : int

Gets the histogram offset score.

HistogramLetter ( Bitmap b, char letter ) : System

Initializes a new instance of the HistogramLetter class.

Serialise ( ) : string

Serialises this instance.

비공개 메소드들

메소드 설명
HistogramLetter ( ) : System

메소드 상세

DeSerialise() 공개 정적인 메소드

Des the serialise.
public static DeSerialise ( string text ) : HistogramLetter
text string The text.
리턴 HistogramLetter

GetHistogram() 공개 정적인 메소드

Gets the histogram.
public static GetHistogram ( BitmapBoolArray bba, Bitmap b ) : int[]>.Tuple
bba BitmapBoolArray The bba.
b System.Drawing.Bitmap The b.
리턴 int[]>.Tuple

GetHistogramOffsetScore() 공개 메소드

Gets the histogram offset score.
public GetHistogramOffsetScore ( int xv, int yv ) : int
xv int The xv.
yv int The yv.
리턴 int

HistogramLetter() 공개 메소드

Initializes a new instance of the HistogramLetter class.
public HistogramLetter ( Bitmap b, char letter ) : System
b System.Drawing.Bitmap The b.
letter char The letter.
리턴 System

Serialise() 공개 메소드

Serialises this instance.
public Serialise ( ) : string
리턴 string