fixed build without CUDA
This commit is contained in:
parent
76f49f3078
commit
183e13b359
@ -56,8 +56,8 @@ void cv::gpu::resize(const GpuMat& src, GpuMat& dst, Size dsize, double fx, doub
|
|||||||
|
|
||||||
throw_nogpu();
|
throw_nogpu();
|
||||||
}
|
}
|
||||||
void cv::gpu::resize(const GpuMat& src, GpuMat& dst, Size dsize, double fx, double fy,
|
void cv::gpu::resize(const GpuMat& src, GpuMat& dst, Size dsize, GpuMat& buffer,
|
||||||
int interpolation, const GpuMat& buffer, Stream& s)
|
double fx, double fy, int interpolation, Stream& s)
|
||||||
{
|
{
|
||||||
(void)src;
|
(void)src;
|
||||||
(void)dst;
|
(void)dst;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user