-
-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add KawaseBlurFilter #114
Add KawaseBlurFilter #114
Conversation
About performance , you could see this : http://finscn.github.com/pixi-filters/index.html try |
@finscn I like this filter and the performance benefits but it's very difficult to use. Can you suggest anyways we might improve to make it more usable? |
I have an idea. |
@bigtimebuddy , Done. Now, it could generate And for Advanced Users , they still could custom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better!
It's a more faster blur algorithm than Gaussian Blur.
more details at : https://software.intel.com/en-us/blogs/2014/07/15/an-investigation-of-fast-real-time-gpu-based-image-blur-algorithms
P.S. : @bigtimebuddy , I don't add any document about it , because it's too hard to me in this filter...
And I think this filter is not for
junior user
, if an user wants to use it well , he/she needs to understand the algorithm.After this PR be merged , I will update AdvancedBloomFilter , make it support KawaseBlurFilter