Model Pipeline - Blurring and smoothing (Gaussian, median, bilateral)
This pipeline shows how an image is processed to reduce noise and details using three common blurring techniques: Gaussian blur, median blur, and bilateral filter. These methods help improve image quality for tasks like object detection or recognition by smoothing the image while preserving important features.