CSE463 Lab Assignment 2
CSE463 Lab Assignment 2
Submission instructions:
You will require a total of 7 different images in this assignment. The numbers are
mentioned in square brackets.
○ Task: Apply a Gaussian blur to the noisy image created in Part 4 using a
5x5 Gaussian kernel (cv2.GaussianBlur). Experiment with different
standard deviations (sigma values) and observe how the level of smoothing
changes. Explain in 1-2 sentences.
Task: Use the Laplacian filter to detect edges in a clear image[5]. Apply the
Laplacian filter on the grayscale image, then visualize the result.
Task: To estimate the edges in horizontal and vertical directions, apply two simple
gradient kernels:
Apply each kernel separately to an image[6] and visualize the results to observe
the types of edges each captures. Explain in 1-2 sentences. (Just one more 😐)