mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
don't save images in example
This commit is contained in:
parent
2d0e747a4d
commit
8b899d073a
@ -13,7 +13,7 @@ vid.read(function(mat){
|
||||
console.log(">>", x, ":" , rec)
|
||||
if (x % 10 == 0){
|
||||
m2.rectangle([rec[0], rec[1]], [rec[2], rec[3]])
|
||||
m2.save('./out-motiontrack-' + x + '.jpg')
|
||||
// m2.save('./out-motiontrack-' + x + '.jpg')
|
||||
}
|
||||
if (x<100)
|
||||
iter();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user