C# Class TesseractTrainer.App_Code.GlyphKeeper

ファイルを表示 Open project: Early-Modern-OCR/FrankenPlus

Public Properties

Property Type Description
GlyphChar string
GlyphData byte[][]
GlyphHeight int
GlyphScanSize int
GlyphWidth int
GlyphXOffset int
GlyphYOffset int

Public Methods

Method 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 method

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
return System

SetBits() public method

public SetBits ( byte oldValue, byte newValue, int startBit, int bitCount ) : byte
oldValue byte
newValue byte
startBit int
bitCount int
return byte

Property Details

GlyphChar public_oe property

public string GlyphChar
return string

GlyphData public_oe property

public byte[][] GlyphData
return byte[][]

GlyphHeight public_oe property

public int GlyphHeight
return int

GlyphScanSize public_oe property

public int GlyphScanSize
return int

GlyphWidth public_oe property

public int GlyphWidth
return int

GlyphXOffset public_oe property

public int GlyphXOffset
return int

GlyphYOffset public_oe property

public int GlyphYOffset
return int