mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Small OpenCV-CUDA bugs are fixed.
This commit is contained in:
parent
4c102112dd
commit
8c121d372a
@ -232,7 +232,7 @@ Ptr<ImagePyramid> cv::cuda::createImagePyramid(InputArray img, int nLayers, Stre
|
||||
{
|
||||
#ifndef HAVE_OPENCV_CUDALEGACY
|
||||
(void) img;
|
||||
(void) numLayers;
|
||||
(void) nLayers;
|
||||
(void) stream;
|
||||
throw_no_cuda();
|
||||
return Ptr<ImagePyramid>();
|
||||
|
Loading…
Reference in New Issue
Block a user