Commit 13e39276 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fixed compilation error without cuda

parent abd12c05
......@@ -389,6 +389,7 @@ GpuMat cv::gpu::GpuMat::reshape(int, int) const { throw_nogpu(); return GpuMat()
void cv::gpu::GpuMat::create(int, int, int) { throw_nogpu(); }
void cv::gpu::GpuMat::release() {}
void cv::gpu::createContinuous(int, int, int, GpuMat&) { throw_nogpu(); }
void cv::gpu::ensureSizeIsEnough(int, int, int, GpuMat&) { throw_nogpu(); }
#else /* !defined (HAVE_CUDA) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment