This commit is contained in:
Anatoly Baksheev 2012-07-24 14:13:17 +04:00
parent 1b7ad93dc9
commit 1efb3c8235

View File

@ -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(); }