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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
#include "test_precomp.hpp"
|
||||
#include "opencv2/ts/ts_main.hpp"
|
||||
|
||||
CV_TEST_MAIN("cv")
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user