Skip to content

Commit

Permalink
disable broken example
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbraden committed Feb 11, 2015
1 parent 7af5707 commit efb9bf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/car-detection.js
Original file line number Diff line number Diff line change
@@ -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){
Expand All @@ -16,3 +19,4 @@ cv.readImage("./files/car1.jpg", function(err, im){
console.log('Image saved to ./tmp/car-detection.jpg');
});
});
*/

0 comments on commit efb9bf5

Please sign in to comment.