Question: Part A: Smooth, edge detect, feature extract ( 8 5 % ) 1 . For your first task you are going to build a number

Part A: Smooth, edge detect, feature extract (85%)1. For your first task you are going to build a number of basic standalone image- processing programs using OpenCV and the Text Editor, where each program does the following (replace YI with your own last-letter initials3): Loads & displays an image door.jpeg (see Canvas) from the working directory Also displays an output image, as follows: a) Program YI_G performs a Gaussian smoothing filter (4).b) Program YI_S performs a Sobel edge detection filter (4).c) Program YI_C performs a Canny edge detection filter (4).d) Program YI_H performs a Standard Hough Line transform to extract straight edges (4). The bracketed () maximum marks above assume the following: YI_S, YI_C and YI_H should incorporate conversion to grayscale, and Gaussian smoothing, before edge detection. YI_H should use Canny edge detection before finding straight edges.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!