1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merge pull request #1661 from look4pritam:my-branch

This commit is contained in:
Roman Donchenko
2013-10-22 13:45:23 +04:00
committed by OpenCV Buildbot
+1 -1
View File
@@ -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>();