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

old CurvedCutSegmenter
상속: Ocronet.Dynamic.Interfaces.ISegmentLine
파일 보기 프로젝트 열기: nickun/OCRonet

보호된 프로퍼티들

프로퍼티 타입 설명
segmenter CurvedCutSegmenterImpl
small_merge_threshold int

공개 메소드들

메소드 설명
Charseg ( Intarray &segmentation, Bytearray inraw ) : void
CurvedCutSegmentLine ( ) : System
Set ( string key, double value ) : void
Set ( string key, int value ) : void
Set ( string key, string value ) : void

메소드 상세

Charseg() 공개 메소드

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

CurvedCutSegmentLine() 공개 메소드

public CurvedCutSegmentLine ( ) : System
리턴 System

Set() 공개 메소드

public Set ( string key, double value ) : void
key string
value double
리턴 void

Set() 공개 메소드

public Set ( string key, int value ) : void
key string
value int
리턴 void

Set() 공개 메소드

public Set ( string key, string value ) : void
key string
value string
리턴 void

프로퍼티 상세

segmenter 보호되어 있는 프로퍼티

protected CurvedCutSegmenterImpl,Ocronet.Dynamic.Segmentation.Line segmenter
리턴 CurvedCutSegmenterImpl

small_merge_threshold 보호되어 있는 프로퍼티

protected int small_merge_threshold
리턴 int