Bilateral Blur Filter for Flash
By
Andy Li onthewings
April 22, 2009
4,839 Downloads
3 votes
![]()
A blur filter that good at preserving edges. Sampling area is 9*9. Weighting functions are: e ^ ( -1/2 * ( |diff| / param )^2 ) where diff is based on distance or contrast Note that there is a official Bilateral Filter in Affect Effects, which does not run in Flash. And this one is made for Flash.
| License: | Open Source |
|---|---|
| Cost: | Free |
| Platform: | Flash Player 10 |
| File format: | ZIP | 2.5 KB |
Additional extension information
| Author: | Andy Li onthewings |
|---|---|
| Author website: | http://www.onthewings.net |
| Date published: | April 22, 2009 |
| Approval: | None |
| Compatible product(s): | Pixel Bender 1.0 |
Reviews
1-3 of 3 reviews | Show all reviews
electrobunny00 20-Jan-10
yeah looks good in pixelbender, but flash crashes if i try to use it.
_del_p_ 29-Apr-09
Looks good, but its way to slow (well it is on my machine - Core 2 Duo @2.66GHz, 4GB Ram which should be fine for anything at the moment).
When I run it outside the pixelbender toolkit in flash player it hogs 100% of performance.
Kevin Goldsmith 24-Apr-09
this is really great. It is cool how you added some AS code in the kernel to show how to do the loop unrolling.