Property | Type | Description | |
---|---|---|---|
fraction | float |
Method | Description | |
---|---|---|
Binarize ( Bytearray outa, Bytearray ina_ ) : void | ||
BinarizeByRange ( ) : System | ||
binarize_by_range ( Bytearray outa, Floatarray ina, float fraction ) : void |
public Binarize ( Bytearray outa, Bytearray ina_ ) : void | ||
outa | Bytearray | |
ina_ | Bytearray | |
return | void |
public static binarize_by_range ( Bytearray outa, Floatarray ina, float fraction ) : void | ||
outa | Bytearray | |
ina | Floatarray | |
fraction | float | |
return | void |