Starting from:

$20.99

IMF- Image Processing with Machine Learning: Assignment 1 Solved

Assignment task:

Write a script in Matlab/ any IDE of your choice that will perform the following:

Read the attached image
Convert the image to grayscale and binary and save those
Extract metadata (Height, width, BitDepth, colorType) from the image
Show the histogram of the image.
Smooth the image with Gaussian (try for different standard deviation value of your choice)
Calculate the gradient magnitude and direction using the directional gradient
Add some salt and pepper noise (try various noise density)
Use canny edge and sobel for edge detection of that image
Think Deep: This part is voluntary, I want to know your idea

 Assume that you smooth an image with Gaussian trying various standard deviations, and then detect the edge with canny edge detector. For which standard deviation value you got the best edge detection result? Why? Can you conclude something from those results about the image?

More products