C# Class Ocronet.Dynamic.Interfaces.ICleanupGray

Cleanup for gray scale document images. Should work for both gray scale and binary images.
Inheritance: IComponent
Exibir arquivo Open project: nickun/OCRonet

Public Methods

Method Description
Cleanup ( Bytearray outarray, Bytearray inarray ) : void

Clean up a gray image.

Method Details

Cleanup() public abstract method

Clean up a gray image.
public abstract Cleanup ( Bytearray outarray, Bytearray inarray ) : void
outarray Bytearray
inarray Bytearray
return void