From 8c121d372a8927727af40ff75393d06bc13a95fb Mon Sep 17 00:00:00 2001 From: look4pritam Date: Tue, 22 Oct 2013 12:08:43 +0530 Subject: [PATCH] Small OpenCV-CUDA bugs are fixed. --- modules/cudawarping/src/pyramids.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cudawarping/src/pyramids.cpp b/modules/cudawarping/src/pyramids.cpp index edb1500adb..3d942fc6a3 100644 --- a/modules/cudawarping/src/pyramids.cpp +++ b/modules/cudawarping/src/pyramids.cpp @@ -232,7 +232,7 @@ Ptr 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();