Skip to content

nuwandda/Bilateral-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages