1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 07:31:26 +08:00

cuda: disable code using obsolete objdetect API

This commit is contained in:
Alexander Alekhin
2018-11-09 18:57:34 +03:00
parent 6389627d8a
commit 43ab2d8f39
9 changed files with 16 additions and 16 deletions

View File

@@ -41,7 +41,7 @@
//M*/
#include "precomp.hpp"
#include "opencv2/objdetect/objdetect_c.h"
#define CUDA_DISABLER //#include "opencv2/objdetect/objdetect_c.h"
using namespace cv;
using namespace cv::cuda;