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

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Charseg ( Intarray &result_segmentation, Bytearray orig_image ) : void
CurvedCutSegmenter ( ) : System
Set ( string key, double value ) : void
Set ( string key, int value ) : void
Set ( string key, string value ) : void

메소드 상세

Charseg() 공개 메소드

public Charseg ( Intarray &result_segmentation, Bytearray orig_image ) : void
result_segmentation Intarray
orig_image Bytearray
리턴 void

CurvedCutSegmenter() 공개 메소드

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