Commit 63ae0eeb authored by Vladimir Bystricky's avatar Vladimir Bystricky

Fix build errors

parent cc08e008
...@@ -5,7 +5,7 @@ HighGUI ...@@ -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``.
......
// 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>
......
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