mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
moved GpuMat and DevMem2D to core module, some code refactoring
This commit is contained in:
@@ -46,7 +46,6 @@ using namespace cv;
|
||||
using namespace cv::gpu;
|
||||
using namespace std;
|
||||
|
||||
|
||||
#if !defined (HAVE_CUDA)
|
||||
|
||||
cv::gpu::CascadeClassifier_GPU::CascadeClassifier_GPU() { throw_nogpu(); }
|
||||
|
||||
Reference in New Issue
Block a user