mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
disable broken example
This commit is contained in:
parent
b7ae201294
commit
00bb8d9858
@ -1,3 +1,4 @@
|
|||||||
|
/*
|
||||||
var cv = require('../lib/opencv');
|
var cv = require('../lib/opencv');
|
||||||
|
|
||||||
cv.readImage("./files/mona.png", function(err, im) {
|
cv.readImage("./files/mona.png", function(err, im) {
|
||||||
@ -18,3 +19,4 @@ function salt(img, n) {
|
|||||||
img.set(y, x, 255);
|
img.set(y, x, 255);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user