This document presents an improved edge detection algorithm for image processing that utilizes a convolution of Gabor filters with Gaussian operators and variable thresholding techniques. The proposed method enhances edge detection performance in noisy images compared to traditional methods like the Canny detector, Laplacian of Gaussian, and Sobel operator, achieving higher Peak Signal-to-Noise Ratio (PSNR), lower Mean Squared Error (MSE), and shorter processing times. Implementation details include using Python and MATLAB for testing, with results showing significant improvements in edge detail recovery.