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

파일 보기 프로젝트 열기: usc-isi-i2/strabo-arcstrabo

공개 프로퍼티들

프로퍼티 타입 설명
text_string_list List

공개 메소드들

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

메소드 상세

AddTextString() 공개 메소드

public AddTextString ( TextString dstString ) : void
dstString 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 TextString
리턴 void

프로퍼티 상세

text_string_list 공개적으로 프로퍼티

public List text_string_list
리턴 List