Commit 1e556e08 authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1661 from look4pritam:my-branch

parents 29f37fc1 8c121d37
...@@ -232,7 +232,7 @@ Ptr<ImagePyramid> cv::cuda::createImagePyramid(InputArray img, int nLayers, Stre ...@@ -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>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment