don't save images in example

This commit is contained in:
Peter Braden 2012-11-29 13:44:31 -08:00
parent 2d0e747a4d
commit 8b899d073a

View File

@ -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();