Computer Vision Assignments


** Files have been removed at professor's request. If you want the code or writeup for one of the projects, send me an email (hartg [at] cs.unc.edu) **

Assignment 1: Demosaicing

This zip file contains the writeup and matlab code for my demosaicing implementation.

Assignment 2: Blob Detection

This zip file contains the writeup, matlab code, and test images for my blob detection implementations.

Assignment 3: Fitting

This zip file contains the writeup, matlab code, and test images for my fitting solutions. The main m file is fittingTest.m. The solution to each section is labeled in this file and can be commented or uncommented to isolate specific problem solutions.

Assignment 4: Stereo

This zip file contains the writeup, matlab code, and test images for my stereo matching implementation. The main m file is stereoTest.m. To run the code, simply un-comment the desired test data in stereoTest.m and run the script.

Assignment 5: Recognition

This zip file contains the writeup, and matlab code for my recognition implementation. For an explanation of the code, see README.txt.