CS 4495/7495: Computer Vision
Problem Set 3
Handed Out: Thursday September 20, 2001
Due: Tuesday, October 2, 2001
On both of these images you will find the coins in the
image.
-
Use your favorite edge detector (for example, one of the ones
supported by the Matlab "edge" command) and a Hough transform for
finding circles to find the coins. This should be the "easy" image.

Click Right Mouse button (and choose Save As)to download in
TIFF or in JPEG,
-
Now try it on this image.

Click Right Mouse button (and choose Save As) to download in
TIFF or in JPEG
- Finally, add Gaussian noise to the last image. How much noise
can you add until it breaks?
What to hand in:
You will submit your work electronically (no paper). Instead, you will
submit an HTML file. Create your own web page in the spirit of the
template provided for PS2.
The format of the page is up to you. Feel free to add as many result
images, intermediate results images, and result images for different values of the control parameters as you think is necessary to demonstrate your work. However, the page should contain
at least the following:
- your name on top of the page,
- links to ALL of your matlab code,
- links to your result images converted to JPG format.
Your matlab code should be reasonably commented if you want us to understand it and give you credit/comments. Also include test scripts for each of the three problems: test_1.m, test_2.m and
test_3.m. These files should demonstrate your work for part 1, 2, and 3 of this problem set, respectively. The scripts should:
- load your test images,
- call your other matlab functions that do the required image processing,
- show all results on the screen using multiple figures, and
- for your final result images color the pixels of the detected objects in some distinct color so we know that your code is indeed detecting the objects.
- save all result images in JPG format with appropriate names
that can be loaded from the web page.
To submit your work do the following:
- On a UNIX platform create a directory named after your CoC login_name
- Put ALL your matlab files, the three test scripts, the original images, and all result images in that directory.
- Also put a README file that explains any special needs of your code, and lists any KNOWN BUGS/FEATURES.
For example if your code is running very slow try to explain why. If something is not working explain why.
- Create an HTML page according to the instructions given above.
Save it as index.html in the same directory.
- CD to the parent directory.
- Create a tar archive using:
tar cvf login_name.tar login_name
- Gzip the tar file using:
- E-mail the login_name.tar.gz file to cs7495@cc.gatech.edu