From 63ae0eeba592e8855dd602ae9b1b406e48374645 Mon Sep 17 00:00:00 2001 From: Vladimir Bystricky Date: Tue, 17 Dec 2013 18:39:52 +0400 Subject: [PATCH] Fix build errors --- doc/user_guide/ug_intelperc.rst | 2 +- samples/cpp/intelperc_capture.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/user_guide/ug_intelperc.rst b/doc/user_guide/ug_intelperc.rst index 71a7c5d90e..bae5f70146 100644 --- a/doc/user_guide/ug_intelperc.rst +++ b/doc/user_guide/ug_intelperc.rst @@ -5,7 +5,7 @@ HighGUI .. highlight:: cpp Using Creative Senz3D and other Intel Perceptual Computing SDK compatible depth sensors -====================================================== +======================================================================================= Depth sensors compatible with Intel Perceptual Computing SDK are supported through ``VideoCapture`` class. Depth map, RGB image and some other formats of output can be retrieved by using familiar interface of ``VideoCapture``. diff --git a/samples/cpp/intelperc_capture.cpp b/samples/cpp/intelperc_capture.cpp index be032dead9..24ab0170eb 100644 --- a/samples/cpp/intelperc_capture.cpp +++ b/samples/cpp/intelperc_capture.cpp @@ -1,7 +1,6 @@ // testOpenCVCam.cpp : Defines the entry point for the console application. // -#include #include "opencv2/highgui/highgui.hpp" #include