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

Cleanup for binary document images. Should throw an error when applied to grayscale.
상속: IComponent
파일 보기 프로젝트 열기: nickun/OCRonet

공개 메소드들

메소드 설명
Cleanup ( Bytearray outarray, Bytearray inarray ) : void

Clean up a binary image.

메소드 상세

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

Clean up a binary image.
public abstract Cleanup ( Bytearray outarray, Bytearray inarray ) : void
outarray Bytearray
inarray Bytearray
리턴 void