Fix build errors

pull/2003/head
Vladimir Bystricky 11 years ago
parent cc08e00876
commit 63ae0eeba5
  1. 2
      doc/user_guide/ug_intelperc.rst
  2. 1
      samples/cpp/intelperc_capture.cpp

@ -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``.

@ -1,7 +1,6 @@
// testOpenCVCam.cpp : Defines the entry point for the console application.
//
#include <tchar.h>
#include "opencv2/highgui/highgui.hpp"
#include <iostream>

Loading…
Cancel
Save