added check into opencv_test_gpu: whether OpenCV was compiled with CUDA or not

This commit is contained in:
Alexey Spizhevoy
2011-02-21 06:46:45 +00:00
parent 58cb6c268e
commit e3b3982de6
3 changed files with 13 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
#define __OPENCV_TEST_PRECOMP_HPP__
#include <limits>
#include <cvconfig.h>
#include "opencv2/core/core.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/calib3d/calib3d.hpp"