메소드 | 설명 | |
---|---|---|
AddTrainingLine ( Intarray cseg, Bytearray image_grayscale, string tr ) : bool |
Train on a text line, given a segmentation.
|
|
AddTrainingLine ( Intarray cseg, string tr ) : void |
Train on a text line.
|
|
Epoch ( int n ) : void | ||
EstimateSpaceSize ( ) : void | ||
FinishTraining ( ) : void | ||
GetClassifier ( ) : |
||
IncClass ( int c ) : void |
Original name: inc_class
|
|
Info ( ) : void | ||
Linerec ( ) : System | ||
Linerec ( string classifier1 = "latin", string extractor1 = "scaledfe", string segmenter1 = "DpSegmenter", int use_reject = 1 ) : System | ||
Load ( string filename ) : void | ||
LoadLinerec ( string filename ) : |
||
LoadOldFormat ( |
||
LoadOldFormat ( string path ) : void | ||
OnTrainRound ( object sender, TrainEventArgs args ) : void | ||
RecognizeLine ( |
Recognize a text line and return a lattice representing the recognition alternatives.
|
|
RecognizeLine ( Intarray segmentation_, |
This is a weird, optional method that exposes character segmentation for those line recognizers that have it segmentation contains colored pixels, and a transition in the transducer of the form * --- 1/eps --> * --- 2/a --> * means that pixels with color 1 and 2 together form the letter "a"
|
|
Save ( string filepath ) : void |
Save network to file
|
|
SetClassifier ( |
||
SetLine ( Bytearray image ) : void | ||
StartTraining ( string type = "adaptation" ) : void |
메소드 | 설명 | |
---|---|---|
Classifier_TrainRound ( object sender, TrainEventArgs e ) : void | ||
TryAttachClassifierEvent ( |
||
riuniform ( int hi ) : int |
public AddTrainingLine ( Intarray cseg, Bytearray image_grayscale, string tr ) : bool | ||
cseg | Intarray | |
image_grayscale | Bytearray | |
tr | string | |
리턴 | bool |
public AddTrainingLine ( Intarray cseg, string tr ) : void | ||
cseg | Intarray | |
tr | string | |
리턴 | void |
public Linerec ( string classifier1 = "latin", string extractor1 = "scaledfe", string segmenter1 = "DpSegmenter", int use_reject = 1 ) : System | ||
classifier1 | string | |
extractor1 | string | |
segmenter1 | string | |
use_reject | int | |
리턴 | System |
public static LoadLinerec ( string filename ) : |
||
filename | string | |
리턴 |
public LoadOldFormat ( |
||
reader | ||
리턴 | void |
public OnTrainRound ( object sender, TrainEventArgs args ) : void | ||
sender | object | |
args | TrainEventArgs | |
리턴 | void |
public RecognizeLine ( |
||
result | ||
image | Bytearray | |
리턴 | double |
public RecognizeLine ( Intarray segmentation_, |
||
segmentation_ | Intarray | |
result | ||
image_ | Bytearray | |
리턴 | double |
public StartTraining ( string type = "adaptation" ) : void | ||
type | string | |
리턴 | void |