update xlib.avecl

This commit is contained in:
iperov 2021-10-06 14:50:53 +04:00
commit 65fb01ff39
6 changed files with 143 additions and 7 deletions

View file

@ -41,5 +41,5 @@ def binary_morph(input_t : Tensor, erode_dilate : int, blur : float, fade_to_bor
x = gaussian_blur(x, blur * 0.250, dtype=dtype)
else:
x = cast(x, dtype=dtype)
return x[...,H:-H,W:-W]