hi all,
is it possible to apply digital image processing such as image blurring, sharpness and image contrast ............ etc, on j2me?
if this is possible, do you have a tutorial or any example for doing this?
thanks,
Omar
hi all,
is it possible to apply digital image processing such as image blurring, sharpness and image contrast ............ etc, on j2me?
if this is possible, do you have a tutorial or any example for doing this?
thanks,
Omar
You would have to use getRGB() to get the pixel data from the image,and write your own code to process it. As for how to apply specific forms of processing, I'd say Google is your friend...
Graham.
I know a lot about developing software for mobile phones. Image processing... is a specific subject, that I think you will find better information on Google... If you find such information, pehaps we here can help you adapt the examples you find to a mobile phone.
Graham.
hi!! is it possible to blur image in realtime?? and i see a lot of example of image blurring but it is for computer only!!! can you help me??
Hi,
There is a pretty good intro to pixel-by-pixel image processing available for free at this url:
Good luck
Cheers,
Matt Brenner
UnME2, Inc.