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
Exibir arquivo Open project: nickun/OCRonet

Public Methods

Method Description
Segment ( Intarray &outarray, Bytearray inarray ) : void

Segment the page.

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

Method Details

Segment() public abstract method

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

Segment() public method

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