[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 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 it in the
  sdcard.I want to blur the image now.I need to design a simple blur
  filter,I have no idea how I can do it in android.I can not find any
  examples anywhere.Can someone tell me the basic steps to blur an image
  in android?
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 captures an image and saves it in the
 sdcard.I want to blur the image now.I need to design a simple blur
 filter,I have no idea how I can do it in android.I can not find any
 examples anywhere.Can someone tell me the basic steps to blur an image
 in android?
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 it in the
 sdcard.I want to blur the image now.I need to design a simple blur
 filter,I have no idea how I can do it in android.I can not find any
 examples anywhere.Can someone tell me the basic steps to blur an image
 in android?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---