Image Processing – Gaussian Blur | [ Android Newbie ]
One of very famous algorithm for blurry effect is "Gaussian Blur". It uses the concepts of Convolution Filtering to apply in image processing. You might need to refer to my previous article on Convolution Matrix. The matrix used in Gaussian Blur is [ 1 -
xjaphx.wordpress.com |