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

old CurvedCutSegmenter
Inheritance: Ocronet.Dynamic.Interfaces.ISegmentLine
Show file Open project: nickun/OCRonet

Protected Properties

Property Type Description
segmenter CurvedCutSegmenterImpl
small_merge_threshold int

Public Methods

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

Method Details

Charseg() public method

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

CurvedCutSegmentLine() public method

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

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

small_merge_threshold protected property

protected int small_merge_threshold
return int