From 6b869f2ec326453bb3fde0e2baf804bc8aa905c1 Mon Sep 17 00:00:00 2001 From: Vladislav Vinogradov Date: Wed, 23 Nov 2011 10:12:43 +0000 Subject: [PATCH] minor fix --- modules/highgui/include/opencv2/highgui/highgui.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/include/opencv2/highgui/highgui.hpp b/modules/highgui/include/opencv2/highgui/highgui.hpp index 5dbad1baa..83b451e87 100644 --- a/modules/highgui/include/opencv2/highgui/highgui.hpp +++ b/modules/highgui/include/opencv2/highgui/highgui.hpp @@ -149,7 +149,7 @@ CV_EXPORTS void pointCloudShow(const string& winname, const gpu::GlCamera& camer CV_EXPORTS void pointCloudShow(const string& winname, const gpu::GlCamera& camera, const gpu::GpuMat& points, const gpu::GpuMat& colors = gpu::GpuMat()); CV_EXPORTS void pointCloudShow(const string& winname, const gpu::GlCamera& camera, InputArray points, - InputArray colors = InputArray()); + InputArray colors = noArray()); //Only for Qt