evanpacini / netpbm-c

Some headers and experiments with netpbm and C.
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

feat: box blur using summed area table #21

Closed evanpacini closed 1 year ago

evanpacini commented 1 year ago

This could replace the quite inefficient KasperBlur. It runs in $O(wh)$ time instead of $O(whr^2)$ time.