Highgui test output fixes.

Useless output to console fixed;
Test output files moved from cwd to temp folder.
This commit is contained in:
Alexander Smorkalov
2014-01-31 12:49:10 +04:00
parent d14e007fdb
commit 87935f3560
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ public:
stringstream s;
s << tag;
const string filename = "output_"+s.str()+".avi";
const string filename = tempfile((s.str()+".avi").c_str());
try
{