C# 클래스 Ocronet.Dynamic.Interfaces.ICurvedCutSegmenter

상속: IDisposable
파일 보기 프로젝트 열기: nickun/OCRonet

공개 프로퍼티들

프로퍼티 타입 설명
boundary_diagonal_cost int
boundary_weight int
down_cost int
inside_diagonal_cost int
inside_weight int
min_range int
min_thresh float
outside_diagonal_cost int
outside_weight int

공개 메소드들

메소드 설명
Dispose ( ) : void
FindAllCuts ( ) : void
FindBestCuts ( ) : void
SetImage ( Bytearray image ) : void

보호된 메소드들

메소드 설명
params_for_lines ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FindAllCuts() 공개 추상적인 메소드

public abstract FindAllCuts ( ) : void
리턴 void

FindBestCuts() 공개 추상적인 메소드

public abstract FindBestCuts ( ) : void
리턴 void

SetImage() 공개 추상적인 메소드

public abstract SetImage ( Bytearray image ) : void
image Bytearray
리턴 void

params_for_lines() 보호된 추상적인 메소드

protected abstract params_for_lines ( ) : void
리턴 void

프로퍼티 상세

boundary_diagonal_cost 공개적으로 프로퍼티

public int boundary_diagonal_cost
리턴 int

boundary_weight 공개적으로 프로퍼티

public int boundary_weight
리턴 int

down_cost 공개적으로 프로퍼티

public int down_cost
리턴 int

inside_diagonal_cost 공개적으로 프로퍼티

public int inside_diagonal_cost
리턴 int

inside_weight 공개적으로 프로퍼티

public int inside_weight
리턴 int

min_range 공개적으로 프로퍼티

public int min_range
리턴 int

min_thresh 공개적으로 프로퍼티

public float min_thresh
리턴 float

outside_diagonal_cost 공개적으로 프로퍼티

public int outside_diagonal_cost
리턴 int

outside_weight 공개적으로 프로퍼티

public int outside_weight
리턴 int