disable broken example

This commit is contained in:
Peter Braden 2015-09-22 20:09:33 +02:00
parent b7ae201294
commit 00bb8d9858

View File

@ -1,3 +1,4 @@
/*
var cv = require('../lib/opencv');
cv.readImage("./files/mona.png", function(err, im) {
@ -18,3 +19,4 @@ function salt(img, n) {
img.set(y, x, 255);
}
}
*/