C# 클래스 Ocronet.Dynamic.Interfaces.ISegmentLine

Compute line segmentation into character hypotheses. The output is in the standard RGB format for page segmentation (see ocropus.org)
상속: IComponent
파일 보기 프로젝트 열기: nickun/OCRonet 1 사용 예제들

공개 메소드들

메소드 설명
Charseg ( Intarray &outarray, Bytearray inarray ) : void

Segment a line.

MakeSegmentLine ( string name ) : ISegmentLine

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

메소드 상세

Charseg() 공개 추상적인 메소드

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

MakeSegmentLine() 공개 정적인 메소드

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