Image Processing with Butterworth High-Pass Filter and Sobel Operator for Edge Detection
This program first applies a Butterworth high-pass filter to preprocess the image, followed by edge detection using the Sobel operator algorithm. The combined approach effectively enhances edge feature extraction through frequency-domain filtering and gradient-based detection.