Grok-Pedia

Bilateral-Filtering

Bilateral Filtering

Bilateral-Filtering is a non-linear, edge-preserving, and noise-reducing smoothing filter for images. It replaces the intensity of each pixel with a weighted average of intensity values from nearby pixels. This technique maintains sharp edges by considering both spatial closeness and photometric similarity for weighting:

History and Development

Core Principles

The bilateral filter operates under two main principles:

Mathematical Formulation

The formula for the bilateral filter at a pixel \(p\) is:

\[ \hat{I}(p) = \frac{1}{W_p} \sum_{q \in S} I(q) \cdot f_r(||I(p) - I(q)||)\cdot f_s(||p - q||) \]

Applications

Bilateral-Filtering has found numerous applications due to its ability to preserve edges while smoothing:

Limitations and Variants

External Links

Similar Topics

Recently Created Pages