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
7af5707be1
commit
efb9bf5356
@ -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');
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user