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

Purpose: attempt to segment a line (or page) of text into characters by labeling the connected components
Inheritance: Ocronet.Dynamic.Interfaces.ISegmentLine
Afficher le fichier Open project: nickun/OCRonet

Méthodes publiques

Méthode Description
Charseg ( Intarray &outimage, Bytearray inimage ) : void
SegmentLineByCCS ( ) : System

Method Details

Charseg() public méthode

public Charseg ( Intarray &outimage, Bytearray inimage ) : void
outimage Intarray
inimage Bytearray
Résultat void

SegmentLineByCCS() public méthode

public SegmentLineByCCS ( ) : System
Résultat System