mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
fix smoke
This commit is contained in:
parent
8bfb1630cc
commit
9bf1f8bfdc
@ -5,7 +5,7 @@ var cv = require('./lib/opencv')
|
||||
//console.log(cv.version)
|
||||
|
||||
|
||||
cv.readImage("./examples/mona.jpg", function(err, im){
|
||||
cv.readImage("./examples/mona.png", function(err, im){
|
||||
im.detectObject("./data/haarcascade_frontalface_alt.xml", {}, function(err, faces){
|
||||
for (var i=0;i<faces.length; i++){
|
||||
var x = faces[i]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user