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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Charseg ( Intarray &segmentation, Bytearray inraw ) : void
DpSegmenter ( ) : System
FindAllCuts ( ) : void
FindBestCuts ( ) : void
SetImage ( Bytearray image_ ) : void

보호된 메소드들

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

메소드 상세

Charseg() 공개 메소드

public Charseg ( Intarray &segmentation, Bytearray inraw ) : void
segmentation Intarray
inraw Bytearray
리턴 void

DpSegmenter() 공개 메소드

public DpSegmenter ( ) : 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

setParams() 보호된 메소드

protected setParams ( ) : void
리턴 void

프로퍼티 상세

bestcuts 공개적으로 프로퍼티

public Intarray bestcuts
리턴 Intarray

cuts 공개적으로 프로퍼티

public Narray> cuts
리턴 Narray>

debug 공개적으로 프로퍼티

public string debug
리턴 string