Method | Description | |
---|---|---|
Binarize ( Bytearray outarray, Bytearray inarray ) : void |
Binarize an image stored in a floatarray. Override this.
|
|
Binarize ( Bytearray outarray, Bytearray gray, Bytearray inarray ) : void |
Binarize an image stored in a bytearray. Override this if you want to provide a more efficient implementation.
|
public abstract Binarize ( Bytearray outarray, Bytearray inarray ) : void | ||
outarray | Bytearray | |
inarray | Bytearray | |
return | void |
public Binarize ( Bytearray outarray, Bytearray gray, Bytearray inarray ) : void | ||
outarray | Bytearray | |
gray | Bytearray | |
inarray | Bytearray | |
return | void |