C# 클래스 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)
상속: IComponent
파일 보기 프로젝트 열기: nickun/OCRonet

공개 메소드들

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

Segment the page.

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

메소드 상세

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

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

Segment() 공개 메소드

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