class Convolution {
// matrix to sharpen image
int[][] matrix = { { 0, -1, 0 }, { -1, 5, -1 }, { 0, -1, 0 } };
...
more: Something about processing images in Android
FREE DOWNLOAD ANDROID APP, GAMES, SOFTWARE, RIP GAME, SMARTPHONE, MILLENIUM TECHNO
class Convolution {
// matrix to sharpen image
int[][] matrix = { { 0, -1, 0 }, { -1, 5, -1 }, { 0, -1, 0 } };
...
0 comments:
Post a Comment