C# 클래스 Ocronet.DynamicConsole.TestLinerec

파일 보기 프로젝트 열기: nickun/OCRonet 1 사용 예제들

공개 메소드들

메소드 설명
ComputeMissingCsegForBookStore ( string bookPath, string model = "default.model", string suffix = "", bool saveRseg = false, string langModel = "default.fst" ) : void

Create char segmentation (cseg) files if missing

TestComputeMissingCseg ( ) : void
TestRecognizeCseg ( ) : void
TestSimple ( ) : void
TestTrainLatinCseg ( ) : void
TestTrainLenetCseg ( ) : void

비공개 메소드들

메소드 설명
DoTestLinerecRecognize ( Linerec linerec, string bookPath, string filename ) : void

메소드 상세

ComputeMissingCsegForBookStore() 공개 메소드

Create char segmentation (cseg) files if missing
public ComputeMissingCsegForBookStore ( string bookPath, string model = "default.model", string suffix = "", bool saveRseg = false, string langModel = "default.fst" ) : void
bookPath string path to bookstore
model string
suffix string e.g., 'gt'
saveRseg bool
langModel string language model file
리턴 void

TestComputeMissingCseg() 공개 메소드

public TestComputeMissingCseg ( ) : void
리턴 void

TestRecognizeCseg() 공개 메소드

public TestRecognizeCseg ( ) : void
리턴 void

TestSimple() 공개 메소드

public TestSimple ( ) : void
리턴 void

TestTrainLatinCseg() 공개 메소드

public TestTrainLatinCseg ( ) : void
리턴 void

TestTrainLenetCseg() 공개 메소드

public TestTrainLenetCseg ( ) : void
리턴 void