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