Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 290 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 290 Bytes

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.