updated 3 highgui tests

This commit is contained in:
Alexander Reshetnikov
2012-02-11 15:28:03 +00:00
parent 778b51a6a1
commit 35c19442a7
3 changed files with 440 additions and 16 deletions

View File

@@ -42,6 +42,7 @@
#include "test_precomp.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <stdio.h>
using namespace cv;
using namespace std;
@@ -72,6 +73,8 @@ void CV_FramecountTest::run(int)
string file_path = src_dir+"video/big_buck_bunny."+ext[i];
printf("\nReading video file in %s...\n", file_path.c_str());
CvCapture *cap = cvCreateFileCapture(file_path.c_str());
if (!cap)
{