disable broken example

This commit is contained in:
Peter Braden 2015-02-11 21:38:49 +01:00
parent 7af5707be1
commit efb9bf5356

View File

@ -1,3 +1,6 @@
/* For some reason the cascade file is broken on linux :(
var cv = require('../lib/opencv');
cv.readImage("./files/car1.jpg", function(err, im){
@ -16,3 +19,4 @@ cv.readImage("./files/car1.jpg", function(err, im){
console.log('Image saved to ./tmp/car-detection.jpg');
});
});
*/