Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to apply effect on image in android like distort, spotlight,exposure and many more

i don't know how to apply math calculation on image. so is there any ready made library and tutorial available to apply effect on image?.

Thanks in advance.

like image 875
Hiren Dabhi Avatar asked Dec 08 '11 11:12

Hiren Dabhi


2 Answers

You could try:

http://opencv.willowgarage.com/wiki/

or this http://developers.aviary.com/mobile-api

like image 111
Pabluez Avatar answered Oct 03 '22 08:10

Pabluez


Refer to http://www.jhlabs.com/ip/blurring.html it mentions most of the image processing techniques with code and proper description

Guassian blur

like image 32
ingsaurabh Avatar answered Oct 03 '22 07:10

ingsaurabh