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

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

공개 프로퍼티들

프로퍼티 타입 설명
text_string_list List

공개 메소드들

메소드 설명
AddTextString ( TextString dstString ) : void
Distance ( Point a, Point b ) : double
MergeTextStrings ( ) : System
Update ( TextString &srcString ) : void
WriteBMP ( string output_path ) : void

메소드 상세

AddTextString() 공개 메소드

public AddTextString ( TextString dstString ) : void
dstString Strabo.Core.TextDetection.TextString
리턴 void

Distance() 공개 메소드

public Distance ( Point a, Point b ) : double
a Point
b Point
리턴 double

MergeTextStrings() 공개 메소드

public MergeTextStrings ( ) : System
리턴 System

Update() 공개 메소드

public Update ( TextString &srcString ) : void
srcString Strabo.Core.TextDetection.TextString
리턴 void

WriteBMP() 공개 메소드

public WriteBMP ( string output_path ) : void
output_path string
리턴 void

프로퍼티 상세

text_string_list 공개적으로 프로퍼티

public List text_string_list
리턴 List