C# Class Ocronet.Dynamic.Interfaces.ISegmentPage

Compute page segmentation into columns, lines, etc. The output is in the standard RGB format for page segmentation (see ocropus.org)
Inheritance: IComponent
Afficher le fichier Open project: nickun/OCRonet

Méthodes publiques

Méthode Description
Segment ( Intarray &outarray, Bytearray inarray ) : void

Segment the page.

Segment ( Intarray &outarray, Bytearray inarray, Rectarray obstacles ) : void

Method Details

Segment() public abstract méthode

Segment the page.
public abstract Segment ( Intarray &outarray, Bytearray inarray ) : void
outarray Intarray
inarray Bytearray
Résultat void

Segment() public méthode

public Segment ( Intarray &outarray, Bytearray inarray, Rectarray obstacles ) : void
outarray Intarray
inarray Bytearray
obstacles Rectarray
Résultat void