From efb9bf5356a39d76df556da1fb7d7e613e5371e6 Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Wed, 11 Feb 2015 21:38:49 +0100 Subject: [PATCH] disable broken example --- examples/car-detection.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/car-detection.js b/examples/car-detection.js index 58c2d61..df296d6 100644 --- a/examples/car-detection.js +++ b/examples/car-detection.js @@ -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'); }); }); +*/