Skip to content
/ BEEPS Public

Fast Bi-Exponential Edge-Preserving Blur Filter Implementation In C

Notifications You must be signed in to change notification settings

cpuimage/BEEPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bi-Exponential Edge-Preserving Blur Filter Implementation In C

The smoothing is applied by the way of a bi-exponential filter, itself realized by a pair of one-tap recursions. It is therefore very fast; moreover, its computational cost is truly independent of the amount of smoothing. Meanwhile, the preservation of edges is obtained by a range filter akin to the range filter found in a bilateral filter. More technical details are available here.

References:

BEEPS

Donating

If you found this project useful, consider buying me a coffee

Buy Me A Coffee

About

Fast Bi-Exponential Edge-Preserving Blur Filter Implementation In C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published