C# Class Ocronet.Dynamic.Interfaces.ISegmentLine

Compute line segmentation into character hypotheses. The output is in the standard RGB format for page segmentation (see ocropus.org)
Inheritance: IComponent
Exibir arquivo Open project: nickun/OCRonet Class Usage Examples

Public Methods

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

Segment a line.

MakeSegmentLine ( string name ) : ISegmentLine

Создает экземпляр класса, наследованного от ISegmentLine

Method Details

Charseg() public abstract method

Segment a line.
public abstract Charseg ( Intarray &outarray, Bytearray inarray ) : void
outarray Intarray
inarray Bytearray
return void

MakeSegmentLine() public static method

Создает экземпляр класса, наследованного от ISegmentLine
public static MakeSegmentLine ( string name ) : ISegmentLine
name string имя класа
return ISegmentLine