mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
test
This commit is contained in:
parent
1b7ad93dc9
commit
1efb3c8235
@ -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…
Reference in New Issue
Block a user