C# 클래스 TesseractTrainer.App_Code.ImageWriter

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

공개 프로퍼티들

프로퍼티 타입 설명
BaseName string
IMAGE byte[][]
LangName string
OutputPath string
SeriesNo int
TranscriptPath string
UnaccountedFor System.Collections.Generic.List
myFont App_Code.Font
mySubs App_Code.SubList

공개 메소드들

메소드 설명
AddBoxFileEntry ( int Xpos, int Ypos, int Width, int Height, string Char ) : void
AddGlyph ( App_Code G ) : void
ImageWriter ( BackgroundWorker &Slave, string &ProcessStatus, string LangName, string FontID, string TransPath, bool UseSubList ) : System
PlaceWord ( int WordWidth, int WordHeight ) : bool
StartNewTiff ( ) : void
WriteGlyphWord ( ) : void
WriteImage ( string ImagePath ) : void

메소드 상세

AddBoxFileEntry() 공개 메소드

public AddBoxFileEntry ( int Xpos, int Ypos, int Width, int Height, string Char ) : void
Xpos int
Ypos int
Width int
Height int
Char string
리턴 void

AddGlyph() 공개 메소드

public AddGlyph ( App_Code G ) : void
G App_Code
리턴 void

ImageWriter() 공개 메소드

public ImageWriter ( BackgroundWorker &Slave, string &ProcessStatus, string LangName, string FontID, string TransPath, bool UseSubList ) : System
Slave System.ComponentModel.BackgroundWorker
ProcessStatus string
LangName string
FontID string
TransPath string
UseSubList bool
리턴 System

PlaceWord() 공개 메소드

public PlaceWord ( int WordWidth, int WordHeight ) : bool
WordWidth int
WordHeight int
리턴 bool

StartNewTiff() 공개 메소드

public StartNewTiff ( ) : void
리턴 void

WriteGlyphWord() 공개 메소드

public WriteGlyphWord ( ) : void
리턴 void

WriteImage() 공개 메소드

public WriteImage ( string ImagePath ) : void
ImagePath string
리턴 void

프로퍼티 상세

BaseName 공개적으로 프로퍼티

public string BaseName
리턴 string

IMAGE 공개적으로 프로퍼티

public byte[][] IMAGE
리턴 byte[][]

LangName 공개적으로 프로퍼티

public string LangName
리턴 string

OutputPath 공개적으로 프로퍼티

public string OutputPath
리턴 string

SeriesNo 공개적으로 프로퍼티

public int SeriesNo
리턴 int

TranscriptPath 공개적으로 프로퍼티

public string TranscriptPath
리턴 string

UnaccountedFor 공개적으로 프로퍼티

public List,System.Collections.Generic UnaccountedFor
리턴 System.Collections.Generic.List

myFont 공개적으로 프로퍼티

public App_Code.Font myFont
리턴 App_Code.Font

mySubs 공개적으로 프로퍼티

public App_Code.SubList mySubs
리턴 App_Code.SubList