1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

added opencv_test_highgui

This commit is contained in:
Vadim Pisarevsky
2011-06-01 14:23:55 +00:00
parent 5538e206f9
commit bf05872929
6 changed files with 76 additions and 3 deletions
+4
View File
@@ -41,6 +41,8 @@
#include "test_precomp.hpp"
#if 0
using namespace cv;
//#define DRAW_TEST_IMAGE
@@ -408,3 +410,5 @@ int CV_DrawingTest_C::checkLineIterator( Mat& _img )
CV_DrawingTest_CPP drawing_test_cpp;
CV_DrawingTest_C drawing_test_c;
#endif
+4 -1
View File
@@ -40,7 +40,9 @@
//
//M*/
#include "cvtest.h"
#include "test_precomp.hpp"
#if 0
#include <string>
#include <iostream>
#include <fstream>
@@ -103,5 +105,6 @@ void CV_HighGuiOnlyGuiTest::run( int /*start_from */)
}
CV_HighGuiOnlyGuiTest highGuiOnlyGui_test;
#endif
+3 -1
View File
@@ -1,2 +1,4 @@
#include "test_precomp.hpp"
#include "opencv2/ts/ts_main.hpp"
CV_TEST_MAIN("cv")
+1 -1
View File
@@ -3,7 +3,7 @@
#include "opencv2/ts/ts.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/core/imgproc_c.h"
#include "opencv2/imgproc/imgproc_c.h"
#include <iostream>
#endif
+4
View File
@@ -42,6 +42,8 @@
#include "test_precomp.hpp"
#if 0
#include <string>
#include <iostream>
#include <fstream>
@@ -310,3 +312,5 @@ CV_HighGuiTest HighGui_test;
#endif
#endif