Update used a Gaussian blur matrix
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
let imgIn;
|
||||
let matrix =[
|
||||
[1/9, 1/9, 1/9],
|
||||
[1/9, 1/9, 1/9],
|
||||
[1/9, 1/9, 1/9]
|
||||
[1/16, 2/16, 1/16],
|
||||
[2/16, 4/16, 2/16],
|
||||
[1/16, 2/16, 1/16]
|
||||
];
|
||||
|
||||
function preload() {
|
||||
|
||||
Reference in New Issue
Block a user