mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
added CUDA_DISABLER preprocessor commands
This commit is contained in:
@@ -46,7 +46,7 @@ using namespace std;
|
||||
using namespace cv;
|
||||
using namespace cv::gpu;
|
||||
|
||||
#ifndef HAVE_CUDA
|
||||
#if !defined HAVE_CUDA || defined(CUDA_DISABLER)
|
||||
|
||||
void cv::gpu::compactPoints(GpuMat&, GpuMat&, const GpuMat&) { throw_nogpu(); }
|
||||
void cv::gpu::calcWobbleSuppressionMaps(
|
||||
|
||||
Reference in New Issue
Block a user