From 8b899d073ad5f9aff550516cab7b9b2764e8b44c Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Thu, 29 Nov 2012 13:44:31 -0800 Subject: [PATCH] don't save images in example --- examples/motion-track.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/motion-track.js b/examples/motion-track.js index 5e6c9b9..fca53ba 100644 --- a/examples/motion-track.js +++ b/examples/motion-track.js @@ -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();