Fix build errors
This commit is contained in:
parent
cc08e00876
commit
63ae0eeba5
@ -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``.
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user