
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The tasks for homework 4 in cs685, which involves computing image derivatives using gaussian filters, testing the edge function in matlab, and identifying connected components of edges aligned with horizontal and vertical directions. No for loops are allowed, and the provided image should be used for problem 3.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

CS685 Homework 4 (Due October 14th) J. Koˇseck´a
f 1 = [0. 1353 , 0. 6065 , 1. 0000 , 0. 6065 , 0 .1353] f 2 = [0. 2707 , 0. 6065 , 0 , − 0. 6065 , − 0 .2707]
Compute image derivatives ∂I∂x and ∂I∂y by convolving the image with derivative of the gaussian filters. Com- pute and plot the gradient magnitude image and gradient orientation image (where the orientation is color- coded by gray values). Hand in the snippet of the code which computes the two and the two images.
There should be not for loops in this homework. Another function you will find useful is find. For problem 3 use the image provided on the web site, so you can get some meaningful answer.