We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ae201 commit 00bb8d9Copy full SHA for 00bb8d9
examples/salt.js
@@ -1,3 +1,4 @@
1
+/*
2
var cv = require('../lib/opencv');
3
4
cv.readImage("./files/mona.png", function(err, im) {
@@ -18,3 +19,4 @@ function salt(img, n) {
18
19
img.set(y, x, 255);
20
}
21
22
+*/
0 commit comments