[android-developers] Re: Blur an image

2009-07-07 Thread Sharmila Chakraborty
Thank you for your reply.No I don't have much experience with real time image processing.I am doing this as part of my summer project. I was wondering can I use the inbuilt blurmaskfilter in android? Thanks, Sharmila. On Mon, Jul 6, 2009 at 2:29 PM, mboehmer mboeh...@fh-muenster.de wrote: You

[android-developers] Re: Blur an image

2009-07-07 Thread Saurav Mukherjee
here are two links, these might help u: http://www.java2s.com/Code/Java/2D-Graphics-GUI/ImageEffectSharpenblur.htm http://www.jhlabs.com/ip/blurring.html hope this helps. cheers! On Mon, Jul 6, 2009 at 10:37 PM, Sharmila sharmcg...@gmail.com wrote: Hi, I have a camera application that

[android-developers] Re: Blur an image

2009-07-06 Thread mboehmer
You have to apply the Gaussian filter to the image. http://en.wikipedia.org/wiki/Gaussian_blur Anyway, do you have any experience in real time image processing on Android? On 6 Jul., 19:07, Sharmila sharmcg...@gmail.com wrote: Hi, I have a camera application that captures an image and saves