C# 클래스 Ocronet.Dynamic.Segmentation.Line.CurvedCutSegmenterImpl

상속: Ocronet.Dynamic.Interfaces.ICurvedCutSegmenter
파일 보기 프로젝트 열기: nickun/OCRonet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bestcuts Intarray
cuts Narray>
debug string

공개 메소드들

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

보호된 메소드들

메소드 설명
Step ( int x0, int x1, int y ) : void
params_for_lines ( ) : void

메소드 상세

CurvedCutSegmenterImpl() 공개 메소드

public CurvedCutSegmenterImpl ( ) : System
리턴 System

FindAllCuts() 공개 메소드

public FindAllCuts ( ) : void
리턴 void

FindBestCuts() 공개 메소드

public FindBestCuts ( ) : void
리턴 void

SetImage() 공개 메소드

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

Step() 보호된 메소드

protected Step ( int x0, int x1, int y ) : void
x0 int
x1 int
y int
리턴 void

params_for_lines() 보호된 메소드

protected params_for_lines ( ) : void
리턴 void

프로퍼티 상세

bestcuts 공개적으로 프로퍼티

public Intarray bestcuts
리턴 Intarray

cuts 공개적으로 프로퍼티

public Narray> cuts
리턴 Narray>

debug 공개적으로 프로퍼티

public string debug
리턴 string