Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Ocronet
Dynamic
Interfaces
ICleanupBinary
C# Class Ocronet.Dynamic.Interfaces.ICleanupBinary
Cleanup for binary document images. Should throw an error when applied to grayscale.
Inheritance:
IComponent
Datei anzeigen
Open project: nickun/OCRonet
Public Methods
Method
Description
Cleanup
(
Bytearray
outarray
,
Bytearray
inarray
) :
void
Clean up a binary image.
Method Details
Cleanup()
public
abstract
method
Clean up a binary image.
public
abstract
Cleanup
(
Bytearray
outarray
,
Bytearray
inarray
) :
void
outarray
Bytearray
inarray
Bytearray
return
void