class Convolution {
// matrix to sharpen image
int[][] matrix = { { 0, -1, 0 }, { -1, 5, -1 }, { 0, -1, 0 } };
...
more: Something about processing images in Android
The ultimate ADR cheats resource. We have the latest Android cheats, ADR cheat codes, Windows, Linux, Blogger, Java, Wordpress, tips, and more.
class Convolution {
// matrix to sharpen image
int[][] matrix = { { 0, -1, 0 }, { -1, 5, -1 }, { 0, -1, 0 } };
...
0 Response to "Sharpen bitmap using Convolution"
Post a Comment