SciPy - Image Processing (scipy.ndimage)
Which of the following is the correct way to import and apply a Gaussian filter with sigma=2 to a 2D numpy array named
image?image?scipy.ndimage, so import it with from scipy.ndimage import gaussian_filter.gaussian_filter(image, sigma=2) to blur with sigma 2.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions