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

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

공개 메소드들

메소드 설명
AddChar ( MyConnectedComponentsAnalysisFast char_blob ) : void
TextString ( ) : System

비공개 메소드들

메소드 설명
AddSubstring ( List substring_list ) : void
BBXConnect ( int min_dist, int char_width, int labels, int label_width, int label_height ) : void
BreakIt ( int min_angel ) : void
BreakItTrace ( List substring_list, int i ) : void
Connect ( int min_dist, int char_width, int labels, int label_width, int label_height ) : void
Convert2FinalStringList ( ) : void
CosAngel ( int idx1, int idx2, int i ) : double
Distance ( Point a, Point b ) : double
FindNextNeighbor ( int c ) : int
GetLargeCharCount ( ) : int
MergeOne ( List tmp_list4one ) : void
MergeTwo ( List tmp_list4two ) : void
ResetIncluded ( ) : void
ResetVisited ( ) : void
ShortestDistance ( MyConnectedComponentsAnalysisFast char_blob ) : double
Split ( int min_dist, int char_width, int labels, int label_width, int label_height, int smaller_angle_threshold, int larger_angle_threshold ) : void
SplitIt ( ) : void
TraceCharacters ( List substring_list, int p1, int p3, int min_angle ) : void

메소드 상세

AddChar() 공개 메소드

public AddChar ( MyConnectedComponentsAnalysisFast char_blob ) : void
char_blob MyConnectedComponentsAnalysisFast
리턴 void

TextString() 공개 메소드

public TextString ( ) : System
리턴 System