added cvconfig.hpp header file to gpu tests
it uses HAVE_CUDA, HAVE_NVCUVID, etc. macroses
This commit is contained in:
@@ -313,4 +313,4 @@ INSTANTIATE_TEST_CASE_P(cuda_accelerated, SCascadeTestAll, testing::Combine( ALL
|
||||
testing::Values(Fixture("cascades/inria_caltech-17.01.2013.xml", 7),
|
||||
Fixture("cascades/sc_cvpr_2012_to_opencv_new_format.xml", 1291))));
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -51,10 +51,11 @@
|
||||
#ifndef __OPENCV_TEST_PRECOMP_HPP__
|
||||
#define __OPENCV_TEST_PRECOMP_HPP__
|
||||
|
||||
# include "opencv2/ts.hpp"
|
||||
# include "opencv2/softcascade.hpp"
|
||||
# include "opencv2/imgproc.hpp"
|
||||
# include "opencv2/highgui.hpp"
|
||||
# include "utility.hpp"
|
||||
#include "opencv2/ts.hpp"
|
||||
#include "opencv2/softcascade.hpp"
|
||||
#include "opencv2/imgproc.hpp"
|
||||
#include "opencv2/highgui.hpp"
|
||||
#include "cvconfig.h"
|
||||
#include "utility.hpp"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user