Small OpenCV-CUDA bugs are fixed.
authorlook4pritam <pritam.shete@gmail.com>
Tue, 22 Oct 2013 06:38:43 +0000 (12:08 +0530)
committerlook4pritam <pritam.shete@gmail.com>
Tue, 22 Oct 2013 06:38:43 +0000 (12:08 +0530)
modules/cudawarping/src/pyramids.cpp

index edb1500..3d942fc 100644 (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>();