Merge pull request #1661 from look4pritam:my-branch
This commit is contained in:
commit
1e556e08dc
@ -232,7 +232,7 @@ Ptr<ImagePyramid> cv::cuda::createImagePyramid(InputArray img, int nLayers, Stre
|
|||||||
{
|
{
|
||||||
#ifndef HAVE_OPENCV_CUDALEGACY
|
#ifndef HAVE_OPENCV_CUDALEGACY
|
||||||
(void) img;
|
(void) img;
|
||||||
(void) numLayers;
|
(void) nLayers;
|
||||||
(void) stream;
|
(void) stream;
|
||||||
throw_no_cuda();
|
throw_no_cuda();
|
||||||
return Ptr<ImagePyramid>();
|
return Ptr<ImagePyramid>();
|
||||||
|
Loading…
Reference in New Issue
Block a user