Commit 6b869f2e authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

minor fix

parent d7450c24
...@@ -149,7 +149,7 @@ CV_EXPORTS void pointCloudShow(const string& winname, const gpu::GlCamera& camer ...@@ -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, CV_EXPORTS void pointCloudShow(const string& winname, const gpu::GlCamera& camera, const gpu::GpuMat& points,
const gpu::GpuMat& colors = gpu::GpuMat()); const gpu::GpuMat& colors = gpu::GpuMat());
CV_EXPORTS void pointCloudShow(const string& winname, const gpu::GlCamera& camera, InputArray points, CV_EXPORTS void pointCloudShow(const string& winname, const gpu::GlCamera& camera, InputArray points,
InputArray colors = InputArray()); InputArray colors = noArray());
//Only for Qt //Only for Qt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment