Bilateral-Filter icon indicating copy to clipboard operation
Bilateral-Filter copied to clipboard

A filter that smooths images while preserving edges.

Bilateral-Filter

A filter that smooths images while preserving edges.

According to mathematical formulas, we implemented a filter. This code visits all pixels and changes their intensities with the new, calculated values. Changing pixels one by one is a big thing so it takes some time.