Question: HW 3 - Edge detection and evaluation Objective: Practice various edge detection methods and assess their performance against the ground - truth ( reference )
HW Edge detection and evaluation
Objective: Practice various edge detection methods and assess their performance against the groundtruth reference
Data: You are provided with four color images and their respective groundtruth GT edge maps. The GT maps are stored in mat" format. Go to page for more details about this format. A code is provided to read GT maps.
Requirements: Include your code in Jupyter Notebook and feel free to utilize libraries such as Scikitimage, OpenCV, Matplotlib, etc.
Task: Your task is to answer the following questions:
Read the input image jpg and display it
Rood tho drnu undtri,th image of the edge and display it
If the input image is RGB then convert it to a grayscale image.
Using Roberts and Sobel edge detection methods, detect the edge of the grayscale image. Display the results as follows:
The edge pixels' values are not restricted to or ; they are floatingpoint numbers. To obtain a binary edge output, classify the output of each edge detection method using different threshold values: and Present the results as follows:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
