Small OpenCV-CUDA bugs are fixed.

pull/1661/head
look4pritam 12 years ago
parent 4c102112dd
commit 8c121d372a
  1. 2
      modules/cudawarping/src/pyramids.cpp

@ -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…
Cancel
Save