C# 클래스 Strabo.Core.TextDetection.TextDetectionWorkerChinese

Starting class for text recognition
파일 보기 프로젝트 열기: usc-isi-i2/strabo-arcstrabo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
angle_ratio double
char_blobs List
char_labels int[]
debug bool
initial_string_list List
map_name string
mh int
mw int
output_dir string
road_segmented_dir string
road_segmented_fn string

공개 메소드들

메소드 설명
Apply ( string input_dir, string output_dir, string fn, double size_ratio, bool preprocessing ) : string
DetectOrientation ( ) : void
DetectOrientationThread ( object s ) : void
PrintSubStringBBXonMap ( Bitmap srcimg ) : Bitmap
PrintSubStringNumonMap ( Bitmap srcimg ) : Bitmap
PrintSubStringsSmall ( TextString ts ) : Bitmap
PrintSubStringsSmall ( TextString ts, int margin ) : Bitmap
TextDetectionWorkerChinese ( ) : System
findNearestSrings ( int num, List text_string_list ) : List

메소드 상세

Apply() 공개 메소드

public Apply ( string input_dir, string output_dir, string fn, double size_ratio, bool preprocessing ) : string
input_dir string
output_dir string
fn string
size_ratio double
preprocessing bool
리턴 string

DetectOrientation() 공개 메소드

public DetectOrientation ( ) : void
리턴 void

DetectOrientationThread() 공개 메소드

public DetectOrientationThread ( object s ) : void
s object
리턴 void

PrintSubStringBBXonMap() 공개 메소드

public PrintSubStringBBXonMap ( Bitmap srcimg ) : Bitmap
srcimg System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

PrintSubStringNumonMap() 공개 메소드

public PrintSubStringNumonMap ( Bitmap srcimg ) : Bitmap
srcimg System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

PrintSubStringsSmall() 공개 메소드

public PrintSubStringsSmall ( TextString ts ) : Bitmap
ts TextString
리턴 System.Drawing.Bitmap

PrintSubStringsSmall() 공개 메소드

public PrintSubStringsSmall ( TextString ts, int margin ) : Bitmap
ts TextString
margin int
리턴 System.Drawing.Bitmap

TextDetectionWorkerChinese() 공개 메소드

public TextDetectionWorkerChinese ( ) : System
리턴 System

findNearestSrings() 공개 메소드

public findNearestSrings ( int num, List text_string_list ) : List
num int
text_string_list List
리턴 List

프로퍼티 상세

angle_ratio 공개적으로 프로퍼티

public double angle_ratio
리턴 double

char_blobs 공개적으로 프로퍼티

public List char_blobs
리턴 List

char_labels 공개적으로 프로퍼티

public int[] char_labels
리턴 int[]

debug 공개적으로 프로퍼티

public bool debug
리턴 bool

initial_string_list 공개적으로 프로퍼티

public List initial_string_list
리턴 List

map_name 공개적으로 프로퍼티

public string map_name
리턴 string

mh 공개적으로 프로퍼티

public int mh
리턴 int

mw 공개적으로 프로퍼티

public int mw
리턴 int

output_dir 공개적으로 프로퍼티

public string output_dir
리턴 string

road_segmented_dir 공개적으로 프로퍼티

public string road_segmented_dir
리턴 string

road_segmented_fn 공개적으로 프로퍼티

public string road_segmented_fn
리턴 string