C# 클래스 Strabo.Core.Worker.TextDetectionWorker

Sima Starting class for text recognition
파일 보기 프로젝트 열기: spatial-computing/strabo-learning-ocr-transformation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
angle_ratio double

공개 메소드들

메소드 설명
Apply ( string intermediatePath, double size_ratio, bool preprocessing, int tnum ) : void
Apply ( string input_dir, string output_dir, string fn, int char_size, double size_ratio, bool preprocessing, int tnum, string lang ) : void
TextDetectionWorker ( ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( string intermediatePath, double size_ratio, bool preprocessing, int tnum ) : void
intermediatePath string
size_ratio double
preprocessing bool
tnum int
리턴 void

Apply() 공개 메소드

public Apply ( string input_dir, string output_dir, string fn, int char_size, double size_ratio, bool preprocessing, int tnum, string lang ) : void
input_dir string
output_dir string
fn string
char_size int
size_ratio double
preprocessing bool
tnum int
lang string
리턴 void

TextDetectionWorker() 공개 메소드

public TextDetectionWorker ( ) : System
리턴 System

프로퍼티 상세

angle_ratio 공개적으로 프로퍼티

public double angle_ratio
리턴 double