C# Class Ocronet.Dynamic.Segmentation.Line.CurvedCutSegmenter

old CurvedCutSegmenterToISegmentLineAdapter
Inheritance: Ocronet.Dynamic.Interfaces.ISegmentLine
ファイルを表示 Open project: nickun/OCRonet

Protected Properties

Property Type Description
segmenter CurvedCutSegmenterImpl
small_merge_threshold int

Public Methods

Method Description
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

Method Details

Charseg() public method

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

CurvedCutSegmenter() public method

public CurvedCutSegmenter ( ) : System
return System

Set() public method

public Set ( string key, double value ) : void
key string
value double
return void

Set() public method

public Set ( string key, int value ) : void
key string
value int
return void

Set() public method

public Set ( string key, string value ) : void
key string
value string
return void

Property Details

segmenter protected_oe property

protected CurvedCutSegmenterImpl,Ocronet.Dynamic.Segmentation.Line segmenter
return CurvedCutSegmenterImpl

small_merge_threshold protected_oe property

protected int small_merge_threshold
return int