Introduction - If you have any usage issues, please Google them yourself
Hough Transform
There are four M files for this project. "wheel.m" contains the procedures for the Hough transform on the image wheel.gif using Sobel edge detection. "wheel_noise" contains the procedures for the Hough transform on the image wheelnoise.gif using Sobel edge detection. Finally, "wheel_canny" contains the procedures for the Hough transform on the image wheel.gif using Canny edge detection. imdetectimage.m is a library we created to perform edge detection algorithms.