Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Ocronet
Dynamic
Interfaces
ICleanupGray
C# Class Ocronet.Dynamic.Interfaces.ICleanupGray
Cleanup for gray scale document images. Should work for both gray scale and binary images.
Inheritance:
IComponent
Afficher le fichier
Open project: nickun/OCRonet
Méthodes publiques
Méthode
Description
Cleanup
(
Bytearray
outarray
,
Bytearray
inarray
) :
void
Clean up a gray image.
Method Details
Cleanup()
public
abstract
méthode
Clean up a gray image.
public
abstract
Cleanup
(
Bytearray
outarray
,
Bytearray
inarray
) :
void
outarray
Bytearray
inarray
Bytearray
Résultat
void