Edge Detector

The objective of this assignment was to make two different kinds of sobel edge detectors. The first filter is an X&Y sobel edge detector. In the second part I made a 45 degree sobel edge detector. (After project submission I realized that the final filter had a logic error. After adding Sobel Y, Sobel X and Sobel 45 I divided the intensities by two and not three.)

Graphical Assignment Description
Assignment Report
MATLAB Code Part 1: Edge Detector
MATLAB Code Part 2: Box filter and Gaussian filter.