C# 클래스 Strabo.Core.TextLayerExtraction.TextCCAnalysis

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

공개 프로퍼티들

프로퍼티 타입 설명
area_ratio double
cc_count int
mw double

공개 메소드들

메소드 설명
Apply ( Bitmap srcimg ) : List
Distance ( Point a, Point b ) : double
RemoveCCUsingSize ( Bitmap srcimg, double upper_ratio, double lower_ratio ) : List
TextCCAnalysis ( ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( Bitmap srcimg ) : List
srcimg System.Drawing.Bitmap
리턴 List

Distance() 공개 메소드

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

RemoveCCUsingSize() 공개 메소드

public RemoveCCUsingSize ( Bitmap srcimg, double upper_ratio, double lower_ratio ) : List
srcimg System.Drawing.Bitmap
upper_ratio double
lower_ratio double
리턴 List

TextCCAnalysis() 공개 메소드

public TextCCAnalysis ( ) : System
리턴 System

프로퍼티 상세

area_ratio 공개적으로 프로퍼티

public double area_ratio
리턴 double

cc_count 공개적으로 프로퍼티

public int cc_count
리턴 int

mw 공개적으로 프로퍼티

public double mw
리턴 double