C# Class TesseractTrainer.App_Code.ImageWriter

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

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Method Details

AddBoxFileEntry() public méthode

public AddBoxFileEntry ( int Xpos, int Ypos, int Width, int Height, string Char ) : void
Xpos int
Ypos int
Width int
Height int
Char string
Résultat void

AddGlyph() public méthode

public AddGlyph ( App_Code G ) : void
G App_Code
Résultat void

ImageWriter() public méthode

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
Résultat System

PlaceWord() public méthode

public PlaceWord ( int WordWidth, int WordHeight ) : bool
WordWidth int
WordHeight int
Résultat bool

StartNewTiff() public méthode

public StartNewTiff ( ) : void
Résultat void

WriteGlyphWord() public méthode

public WriteGlyphWord ( ) : void
Résultat void

WriteImage() public méthode

public WriteImage ( string ImagePath ) : void
ImagePath string
Résultat void

Property Details

BaseName public_oe property

public string BaseName
Résultat string

IMAGE public_oe property

public byte[][] IMAGE
Résultat byte[][]

LangName public_oe property

public string LangName
Résultat string

OutputPath public_oe property

public string OutputPath
Résultat string

SeriesNo public_oe property

public int SeriesNo
Résultat int

TranscriptPath public_oe property

public string TranscriptPath
Résultat string

UnaccountedFor public_oe property

public List,System.Collections.Generic UnaccountedFor
Résultat System.Collections.Generic.List

myFont public_oe property

public App_Code.Font myFont
Résultat App_Code.Font

mySubs public_oe property

public App_Code.SubList mySubs
Résultat App_Code.SubList