cpuimage / BEEPS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 99.9%Language:CMake 0.1%