imagelib : apply_random_sharpen

This commit is contained in:
iperov 2021-04-22 18:16:42 +04:00
commit dcf146cc16
2 changed files with 47 additions and 28 deletions

View file

@ -22,6 +22,7 @@ from .blursharpen import LinearMotionBlur, blursharpen
from .filters import apply_random_rgb_levels, \
apply_random_hsv_shift, \
apply_random_sharpen, \
apply_random_motion_blur, \
apply_random_gaussian_blur, \
apply_random_nearest_resize, \