Updated saving paths for highgui tests

This commit is contained in:
Alexander Reshetnikov
2012-03-28 15:27:55 +00:00
parent 56f5fcd28c
commit cff117c08b
3 changed files with 45 additions and 45 deletions

View File

@@ -70,7 +70,7 @@ public:
{
stringstream s; s << codec_bmp_tags[j].tag;
const string filename = ts->get_data_path() + "../../../../output_"+s.str()+".avi";
const string filename = "output_"+s.str()+".avi";
Mat img(img_r, img_c, CV_8UC3, Scalar::all(0));
try