Click here to Skip to main content
15,891,902 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a better way to fast blur a image in Android? I am trying to implement a Gaussian blur in Java, but it's not fast enough,Could anyone please give me a sample or help me a link to a guide on how to implement this.
Thank you!
Posted

1 solution

 
Share this answer
 
Comments
lucherr 9-Mar-14 9:26am    
Thanks a lot!Actually,i've tried the renderscript, It's not fast enough,I think c++ is a better way,i'l try it
BupeChombaDerrick 9-Mar-14 11:23am    
If you want very fast blurring implement box filters using integral images (summed area table) http://computersciencesource.wordpress.com/2010/09/03/computer-vision-the-integral-image/.
lucherr 9-Mar-14 21:48pm    
That looks cool,but i can't open the website here,maybe i need to use vpn
Thank you!!by the way,i found a example
https://github.com/kikoso/android-stackblur
BupeChombaDerrick 11-Mar-14 11:54am    
You are welcome, your link looks like a better solution :).
lucherr 12-Mar-14 1:36am    
:) thanks!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900