Description: 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.
To Search:
File list (Check if you may need any files):
imdetectedges.m
wheel.m
wheel_canny.m
wheel_noise.m