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

old CurvedCutSegmenterToISegmentLineAdapter
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 &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 méthode

public Charseg ( Intarray &result_segmentation, Bytearray orig_image ) : void
result_segmentation Intarray
orig_image Bytearray
Résultat void

CurvedCutSegmenter() public méthode

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