C# 클래스 TesseractTrainer.App_Code.GlyphKeeper

파일 보기 프로젝트 열기: Early-Modern-OCR/FrankenPlus

공개 프로퍼티들

프로퍼티 타입 설명
GlyphChar string
GlyphData byte[][]
GlyphHeight int
GlyphScanSize int
GlyphWidth int
GlyphXOffset int
GlyphYOffset int

공개 메소드들

메소드 설명
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

메소드 상세

GlyphKeeper() 공개 메소드

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

SetBits() 공개 메소드

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

프로퍼티 상세

GlyphChar 공개적으로 프로퍼티

public string GlyphChar
리턴 string

GlyphData 공개적으로 프로퍼티

public byte[][] GlyphData
리턴 byte[][]

GlyphHeight 공개적으로 프로퍼티

public int GlyphHeight
리턴 int

GlyphScanSize 공개적으로 프로퍼티

public int GlyphScanSize
리턴 int

GlyphWidth 공개적으로 프로퍼티

public int GlyphWidth
리턴 int

GlyphXOffset 공개적으로 프로퍼티

public int GlyphXOffset
리턴 int

GlyphYOffset 공개적으로 프로퍼티

public int GlyphYOffset
리턴 int