Fix build errors

This commit is contained in:
Vladimir Bystricky 2013-12-17 18:39:52 +04:00
parent cc08e00876
commit 63ae0eeba5
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ HighGUI
.. highlight:: cpp .. highlight:: cpp
Using Creative Senz3D and other Intel Perceptual Computing SDK compatible depth sensors 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``. 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``.

View File

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