commented out opencv window

This commit is contained in:
Thomas Hoffmann 2015-04-22 08:33:23 +02:00
parent a1a2421b32
commit 7d52f60645

View File

@ -6,9 +6,11 @@ for(var i=0;i<256*256;i++){
buf[i] = (i%2===1)?230:0;
}
mat.put(buf);
/*
var window = new opencv.NamedWindow('Mat-Put', 0);
window.show(mat);
window.blockingWaitKey(0, 50);
setTimeout(function(){
// keep the windows 30sec open
},30000);
*/