Added noise reduction module (#1105)

* Added Noise Removal Module

* Remove ChangePixel Function
This commit is contained in:
aashna27
2019-06-13 22:39:13 +05:30
committed by Jeffrey Warren
parent cfdb7e2606
commit 9eac21897a
6 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
const testModule = require('../templates/module-test'),
benchmark = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAklEQVR4AewaftIAAAApSURBVKXBAQEAAAiDMKR/5xuC7QYjkEgiiSSSSCKJJJJIIokkkkgiiR5YbQIegx78CAAAAABJRU5ErkJggg==';
testModule('noise-reduction', {method: 'Median Filtering'}, benchmark);