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

old CurvedCutSegmenter
Inheritance: Ocronet.Dynamic.Interfaces.ISegmentLine
Afficher le fichier Open project: nickun/OCRonet

Protected Properties

Свойство Type Description
segmenter CurvedCutSegmenterImpl
small_merge_threshold int

Méthodes publiques

Méthode 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 méthode

public Charseg ( Intarray &segmentation, Bytearray inraw ) : void
segmentation Intarray
inraw Bytearray
Résultat void

CurvedCutSegmentLine() public méthode

public CurvedCutSegmentLine ( ) : System
Résultat System

Set() public méthode

public Set ( string key, double value ) : void
key string
value double
Résultat void

Set() public méthode

public Set ( string key, int value ) : void
key string
value int
Résultat void

Set() public méthode

public Set ( string key, string value ) : void
key string
value string
Résultat void

Property Details

segmenter protected_oe property

protected CurvedCutSegmenterImpl,Ocronet.Dynamic.Segmentation.Line segmenter
Résultat CurvedCutSegmenterImpl

small_merge_threshold protected_oe property

protected int small_merge_threshold
Résultat int