User Tools

Site Tools


computer_vision_kinect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computer_vision_kinect [2016/08/06 23:17] joaomatoscomputer_vision_kinect [2016/10/23 20:12] (current) dwallace
Line 1: Line 1:
 ===== Computer Vision using Kinect Sensor ===== ===== Computer Vision using Kinect Sensor =====
  
-===== Start Course OpenCV ===== 
  
 **Author:** Joao Matos Email: <[email protected]> <!-- replace with your email address --> **Author:** Joao Matos Email: <[email protected]> <!-- replace with your email address -->
Line 11: Line 10:
  
  
- This tutorial will present all the instructions to install and run the Microsoft Kinect sensor using OpenNI library and how to use it  together with OpenCV Libraries , using a C++ IDE for Windows.+ This tutorial will present all the instructions to install and run the Microsoft Kinect sensor using OpenNI library and how to use it  together with OpenCV Libraries , using a Cpp IDE for Windows.
  
  
Line 39: Line 38:
 3) Open your Visual Studio solution configured with the OpenCV (see the OpenCV installation tutorial ) . Right click in your project name on the solution explorer (right side ) and go to properties.  3) Open your Visual Studio solution configured with the OpenCV (see the OpenCV installation tutorial ) . Right click in your project name on the solution explorer (right side ) and go to properties. 
  
-4) Under C/C++ > GENERAL  , add a new path to additional include directories. The path should be OpenNI2>include (again look where you saved the OpenNI2 when you installed it , the default location is under C>program files).+4) Under C/Cpp > GENERAL  , add a new path to additional include directories. The path should be OpenNI2>include (again look where you saved the OpenNI2 when you installed it , the default location is under C>program files).
  
 5) Under LINKER> GENERAL, add a new path to additional libraries directories . The path should be OpenNI2>lib. 5) Under LINKER> GENERAL, add a new path to additional libraries directories . The path should be OpenNI2>lib.
computer_vision_kinect.txt · Last modified: 2016/10/23 20:12 by dwallace