ported GPU test to GTest framework

This commit is contained in:
Alexey Spizhevoy
2011-02-17 14:01:28 +00:00
parent 97eaa95a1e
commit 6f788ff8db
23 changed files with 5787 additions and 5 deletions

View File

@@ -1,8 +1,11 @@
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#include <limits>
#include "opencv2/core/core.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/calib3d/calib3d.hpp"
#include "opencv2/ts/ts.hpp"
#include "opencv2/gpu/gpu.hpp"
#include "opencv2/highgui/highgui.hpp"
#endif