All Projects → forestsen → Kinectazuredkprogramming

forestsen / Kinectazuredkprogramming

Licence: mit
Samples about Kinect Azure DK programming

Projects that are alternatives of or similar to Kinectazuredkprogramming

Sparkle
🎇 A modern particle engine running on GPU, using c++14 and OpenGL 4.4.
Stars: ✭ 162 (+76.09%)
Mutual labels:  cmake, glsl
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+3952.17%)
Mutual labels:  cmake, glfw
Anms Codes
Efficient adaptive non-maximal suppression algorithms for homogeneous spatial keypoint distribution
Stars: ✭ 174 (+89.13%)
Mutual labels:  cmake, opencv
Vrt
🔅 Ray tracing library for Vulkan API (indev)
Stars: ✭ 111 (+20.65%)
Mutual labels:  cmake, glsl
Coherent Line Drawing
🖼✨Automatically generates line drawing from a photograph
Stars: ✭ 461 (+401.09%)
Mutual labels:  cmake, opencv
Opengl cmake skeleton
❤️ A ready to use cmake skeleton using GLFW, Glew and glm. 👍
Stars: ✭ 118 (+28.26%)
Mutual labels:  cmake, glfw
BunnyLOD
Cross platform GLFW based port of Stan Melax's BunnyLOD Easy Mesh Simplification
Stars: ✭ 60 (-34.78%)
Mutual labels:  cmake, glfw
ElkEngine
Simple graphics engine used as submodule in many of my projects
Stars: ✭ 54 (-41.3%)
Mutual labels:  glfw, glsl
Tensorflow Cmake
TensorFlow examples in C, C++, Go and Python without bazel but with cmake and FindTensorFlow.cmake
Stars: ✭ 418 (+354.35%)
Mutual labels:  cmake, opencv
Opencv Mingw Build
👀 MinGW 32bit and 64bit version of OpenCV compiled on Windows. Including OpenCV 3.3.1, 3.4.1, 3.4.1-x64, 3.4.5, 3.4.6, 3.4.7, 3.4.8-x64, 3.4.9, 4.0.0-alpha-x64, 4.0.0-rc-x64, 4.0.1-x64, 4.1.0, 4.1.0-x64, 4.1.1-x64, 4.5.0-with-contrib
Stars: ✭ 401 (+335.87%)
Mutual labels:  cmake, opencv
Glslviewer
Console-based GLSL Sandbox for 2D/3D shaders shaders
Stars: ✭ 2,834 (+2980.43%)
Mutual labels:  glsl, glfw
Camodet
Lightweight Simple CAmera MOtion DETection application.
Stars: ✭ 26 (-71.74%)
Mutual labels:  cmake, opencv
Futureproof
A live editor for fragment shaders, powered by Neovim, WebGPU, and Zig!
Stars: ✭ 117 (+27.17%)
Mutual labels:  glsl, glfw
Opencv4androidwithcmake
Use Android Studio 3.0 (>=2.2) and Cmake Toolchain to make your Android device fly with Opencv (OpenCV 3.40)
Stars: ✭ 126 (+36.96%)
Mutual labels:  cmake, opencv
Opencv Python Tutorial
OpenCV问答群不再维护。有问题,自己去搜索。Google能找到大部分答案。
Stars: ✭ 2,603 (+2729.35%)
Mutual labels:  kinect, opencv
Cmake Templates
Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子
Stars: ✭ 368 (+300%)
Mutual labels:  cmake, opencv
Raftlib
The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators
Stars: ✭ 717 (+679.35%)
Mutual labels:  cmake, opencv
Kinectwithopencvforunityexample
Kinect with OpenCV for Unity Example
Stars: ✭ 20 (-78.26%)
Mutual labels:  kinect, opencv
Fisheye Stereo Calibration
📷 📷 Fisheye stereo calibration using OpenCV and C++
Stars: ✭ 85 (-7.61%)
Mutual labels:  opencv
High Dynamic Range Image
Creating HDR image from image stack with multiple exposures
Stars: ✭ 88 (-4.35%)
Mutual labels:  opencv

Kinect Azure DK Programming

Samples about Kinect Azure DK programming

  1. OpenCV_OneKinect

    Using OpenCV 4.1.0 function imshow to display raw RGB/IR/Depth data acquired from One Kinect.

  2. OpenCV_TwoKinects

    Using OpenCV 4.1.0 function imshow to display raw RGB/IR/Depth data acquired from Two Kinects on one PC.

  3. OpenGL_GLUT_ShowImage

    Displaying raw RGB/IR/Depth data as the background on the FreeGLUT OpenGL rendering environment.

  4. OpenGL_GLUT_ArUco_AR

    Using ArUco library to calculate the model view and projection matrix in favor of the rendering Augmented Scene.

  5. OpenGL_GLFW_GLEW_ArUco_AR

    Using GLFW + GLEW based OpenGL 3 GLSL to display raw RGB data from Kinect on the background and render the ArUco-assisted augmented scene.

  6. OpenGL_GLFW_GLEW_PointCloudRenderer

    Using GLFW + GLEW based OpenGL 3 GLSL to display raw RGB data from Kinect on the background and render the point cloud transformed from raw Depth data.

  7. Aruco_TwoKinects_Calibration_Extrinsics

    Using ArUco library to calibrate the extrinsic matrix between Two Kinects. We will get two csv files stored two transformation matrix which are "sub => master" and "sub => marker".

  8. OpenCV_TwoKinects_GreenScreen

    The code is copied from Azure Kinect SDK example "green screen", however, this project is based on the OpenCV 4.1.0.

  9. OneKinect_Recording_RGB_DEPTH_IR

    Record the rgb+depth+ir stream into the mkv video file.

  10. OneKinect_Playback_RGB_DEPTH_IR

    Playback the mkv video file using opencv.

  11. Open3D_OneKinect

    Using the Open3D to open the azure kinect device and show the rgb + depth image or the point cloud based on the open3d's visualization class.

Environment

  • Kinect Azure DK driver v1.2.0
  • OpenCV 4.1.0
  • FreeGLUT 3.0.0
  • GLEW 2.1.0
  • GLFW 3.3
  • GLM 0.9.7.1
  • ArUco 3.1.2
  • PCL 1.9.1
  • Eigen 3.3
  • libjpeg-turbo 2.0.3
  • libyuv
  • Open3D 0.8.0
  • Visual Studio Community 2017

License

Copyright © 2019 Haipeng WANG
Distributed under the MIT License.

Contact

References

PS:

I choose the Visual Studio 2017 Win64 compiler to CMake.

On the Visual Studio 2017 platform, the x64|Release version is strongly recommended.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].