示例#1
0
def adaptive_sharpen(image: Image, radius: float, sigma: float) -> None:
    image.adaptive_sharpen(radius=radius, sigma=sigma)