Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This assignment is intended for you to put into practice some skills about the use of image filters. Submit a report about your work for

image text in transcribed
image text in transcribed
This assignment is intended for you to put into practice some skills about the use of image filters. Submit a report about your work for this assignment by the due date (as mentioned above). Solutions and results need to be clearly present in the report. This assignment requires you to create and implement the following filters on a given image and discuss your observation for each filter. Apply all filters with 3x3 and 5x5 image window size. 1. Box Filter (do not use open cv built-in function, write our own code to implement it) 2. Box Filter (OpenCV) 3. Sobel Filter towards X axis edges (do not use open cv built-in function, write our own code to implement it) 4. Sobel filter towards Y axis edges (do not use open cv built-in function, write our own code to implement it) 5. Sobel filter with X-axis edges and Y axis edges (do not use open cv built-in function, write our own code to implement it) 6. Sobel Filter with X-axis edges and Yaxis edges with OpenCV 7. Gaussian Filter (OpenCV) Tasks In short, for this assignment you do the following: - Implement the above-mentioned filters for smoothing/edge detection of the image. Mention all implementation details like the size of your sliding window, convolution etc. . Must put resulted images after applying each filter on given images. . Do not use any other image. - You may use OpenCV to achieve operations. Test Your Program Test your program on the given images. Report To finalize your report, start with identifying yourself and provide a title for your report, include samples of outputs of your program into this report, possibly have references included, put code also for each implementation in your report, do not copy from somewhere without proper citation and reference, but aim at writing in your own words; Submit sources (.cpp) and report (in pdf format) in one zip file

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions