/image_filter

In this project, my goal is to implement and compare three well-established image filtering techniques: Gaussian Blur, Median Filter, and Sobel Edge Detection. Gaussian Blur is widely used for smoothing and reducing noise, Median Filter for noise removal while preserving edges, and Sobel Edge Detection for accentuating boundaries within images.

Primary LanguageC++

Comparative Analysis of Image Filtering Techniques