Files
image-sequencer/test/core/modules/threshold.js
2019-05-11 10:39:15 -04:00

5 lines
324 B
JavaScript

const testModule = require('../templates/module-test'),
benchmark = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAklEQVR4AewaftIAAAApSURBVKXBAQEAAAiAIPP/5+qDMPsIJJJIIokkkkgiiSSSSCKJJJJIogNrygQcXEYsHQAAAABJRU5ErkJggg==';
testModule('threshold', {threshold: 'Automatic Thresholding'}, benchmark);