pull/2/head
Anatoly Baksheev 13 years ago
parent 1b7ad93dc9
commit 1efb3c8235
  1. 1
      modules/gpu/src/warp.cpp

@ -44,6 +44,7 @@
#ifndef HAVE_CUDA
void cv::gpu::warpAffine(const GpuMat&, GpuMat&, const Mat&, Size, int, int, Scalar, Stream&) { throw_nogpu(); }
void cv::gpu::buildWarpAffineMaps(const Mat&, bool, Size, GpuMat&, GpuMat&, Stream&) { throw_nogpu(); }

Loading…
Cancel
Save