minor compilation fix
authorAnatoly Baksheev <no@email>
Tue, 31 Aug 2010 08:42:36 +0000 (08:42 +0000)
committerAnatoly Baksheev <no@email>
Tue, 31 Aug 2010 08:42:36 +0000 (08:42 +0000)
modules/gpu/src/imgproc_gpu.cpp

index 57fa47b..10d0225 100644 (file)
@@ -53,8 +53,8 @@ void cv::gpu::drawColorDisp(const GpuMat&, GpuMat&, int) { throw_nogpu(); }
 void cv::gpu::drawColorDisp(const GpuMat&, GpuMat&, int, const Stream&) { throw_nogpu(); }\r
 void cv::gpu::reprojectImageTo3D_GPU(const GpuMat&, GpuMat&, const Mat&) { throw_nogpu(); }\r
 void cv::gpu::reprojectImageTo3D_GPU(const GpuMat&, GpuMat&, const Mat&, const Stream&) { throw_nogpu(); }\r
-void cvtColor_GPU(const GpuMat&, GpuMat&, int, int) { throw_nogpu(); }\r
-void cvtColor_GPU(const GpuMat&, GpuMat&, int, int, const Stream&) { throw_nogpu(); }\r
+void cv::gpu::cvtColor_GPU(const GpuMat&, GpuMat&, int, int) { throw_nogpu(); }\r
+void cv::gpu::cvtColor_GPU(const GpuMat&, GpuMat&, int, int, const Stream&) { throw_nogpu(); }\r
 \r
 #else /* !defined (HAVE_CUDA) */\r
 \r