Метод | Описание | |
---|---|---|
bc ( int c ) : byte | ||
binary_and ( Bytearray image, Bytearray image2, int dx, int dy ) : void | ||
binary_autoinvert ( Bytearray image ) : void | ||
binary_close_circle ( Bytearray image, int r ) : void | ||
binary_close_rect ( Bytearray image, int rw, int rh ) : void | ||
binary_dilate_circle ( Bytearray image, int r ) : void | ||
binary_dilate_rect ( Bytearray image, int rw, int rh ) : void | ||
binary_erode_circle ( Bytearray image, int r ) : void | ||
binary_erode_rect ( Bytearray image, int rw, int rh ) : void | ||
binary_invert ( Bytearray image ) : void | ||
binary_open_circle ( Bytearray image, int r ) : void | ||
binary_open_rect ( Bytearray image, int rw, int rh ) : void | ||
binary_or ( Bytearray image, Bytearray image2, int dx, int dy ) : void | ||
check_binary ( Bytearray image ) : void | ||
make_binary ( Bytearray image ) : void |
public static binary_and ( Bytearray image, Bytearray image2, int dx, int dy ) : void | ||
image | Bytearray | |
image2 | Bytearray | |
dx | int | |
dy | int | |
Результат | void |
public static binary_autoinvert ( Bytearray image ) : void | ||
image | Bytearray | |
Результат | void |
public static binary_close_circle ( Bytearray image, int r ) : void | ||
image | Bytearray | |
r | int | |
Результат | void |
public static binary_close_rect ( Bytearray image, int rw, int rh ) : void | ||
image | Bytearray | |
rw | int | |
rh | int | |
Результат | void |
public static binary_dilate_circle ( Bytearray image, int r ) : void | ||
image | Bytearray | |
r | int | |
Результат | void |
public static binary_dilate_rect ( Bytearray image, int rw, int rh ) : void | ||
image | Bytearray | |
rw | int | |
rh | int | |
Результат | void |
public static binary_erode_circle ( Bytearray image, int r ) : void | ||
image | Bytearray | |
r | int | |
Результат | void |
public static binary_erode_rect ( Bytearray image, int rw, int rh ) : void | ||
image | Bytearray | |
rw | int | |
rh | int | |
Результат | void |
public static binary_invert ( Bytearray image ) : void | ||
image | Bytearray | |
Результат | void |
public static binary_open_circle ( Bytearray image, int r ) : void | ||
image | Bytearray | |
r | int | |
Результат | void |
public static binary_open_rect ( Bytearray image, int rw, int rh ) : void | ||
image | Bytearray | |
rw | int | |
rh | int | |
Результат | void |
public static binary_or ( Bytearray image, Bytearray image2, int dx, int dy ) : void | ||
image | Bytearray | |
image2 | Bytearray | |
dx | int | |
dy | int | |
Результат | void |
public static check_binary ( Bytearray image ) : void | ||
image | Bytearray | |
Результат | void |
public static make_binary ( Bytearray image ) : void | ||
image | Bytearray | |
Результат | void |