This document presents a comparative analysis of common edge detection algorithms augmented by a pre-processing technique aimed at enhancing edge detection performance. It discusses the importance of edge detection in image processing and details various standard algorithms like Canny, Sobel, and Prewitt, addressing their strengths and weaknesses, particularly in noisy environments. The proposed methodology includes median filtering as a pre-processing step to mitigate noise before applying standard edge detection methods, demonstrating improved results in simulation tests.