C# Class TesseractTrainer.App_Code.GlyphKeeper

Afficher le fichier Open project: Early-Modern-OCR/FrankenPlus

Méthodes publiques

Свойство Type Description
GlyphChar string
GlyphData byte[][]
GlyphHeight int
GlyphScanSize int
GlyphWidth int
GlyphXOffset int
GlyphYOffset int

Méthodes publiques

Méthode Description
GlyphKeeper ( int Width, int Height, int XOffset, int YOffset, int ScanSize, string Char, byte Data ) : System
SetBits ( byte oldValue, byte newValue, int startBit, int bitCount ) : byte

Method Details

GlyphKeeper() public méthode

public GlyphKeeper ( int Width, int Height, int XOffset, int YOffset, int ScanSize, string Char, byte Data ) : System
Width int
Height int
XOffset int
YOffset int
ScanSize int
Char string
Data byte
Résultat System

SetBits() public méthode

public SetBits ( byte oldValue, byte newValue, int startBit, int bitCount ) : byte
oldValue byte
newValue byte
startBit int
bitCount int
Résultat byte

Property Details

GlyphChar public_oe property

public string GlyphChar
Résultat string

GlyphData public_oe property

public byte[][] GlyphData
Résultat byte[][]

GlyphHeight public_oe property

public int GlyphHeight
Résultat int

GlyphScanSize public_oe property

public int GlyphScanSize
Résultat int

GlyphWidth public_oe property

public int GlyphWidth
Résultat int

GlyphXOffset public_oe property

public int GlyphXOffset
Résultat int

GlyphYOffset public_oe property

public int GlyphYOffset
Résultat int