Computer Vision (600.461/600.661) Homework 6: Segmentation and Recognition
Computer Vision (600.461/600.661) Homework 6: Segmentation and Recognition
661)
Homework 6: Segmentation and Recognition
Instructor: René Vidal
Due 12/02/2014, 11.59PM Eastern
1
Submission instructions. Send email to [email protected] with subject 600.461/600.661:HW6 and attachment
firstname-lastname-hw6-vision14.zip or firstname-lastname-hw6-vision14.tar.gz. The
attachment should have the following content:
1. A file called hw5.pdf containing your answers to each one of the analytical questions. If at all possible, you
should generate this file using the latex template hw1-vision14.tex. If not possible, you may use another editor,
or scan your handwritten solutions. But note that you must submit a single PDF file with all your answers.
2. For coding questions, submit a file called README, which contains instructions on how to run your code. Use
separate directories for each coding problem. Each directory should contain all the functions and scripts you are
asked to write in separate files. For example, for HW2 the structure of what you should submit could look like
(a) README
(b) hw2.pdf
(c) hw2q3: hw2q3c.m, hw2q3e.m
(d) hw2q4: hw2q4b.m, hw2q4c.m
The TA will run your scripts to generate the results. Thus, your script should include all needed plotting com-
mands so that figures pop up automatically. Please make sure that the figure numbers match those you describe
in hw2.pdf. You do not need to submit input or output images. The output images should be automatically
generated by your scripts so that the TA can see the results by just running the scripts. In writing your code, you
should assume that the TA will place the input images in the directory that is relevant to the question solved by
your script. Also, make sure to comment your code properly.