To implement filters for smoothing and sharpening the images in the spatial domain. average_filter = cv2.blur(image, (30,30)) plt.figure(figsize = (18, 6)) plt ...