https://github.com/unanancyowen/cubemossample
Sample Program for Skeleton Tracking SDK by Cubemos
https://github.com/unanancyowen/cubemossample
azure-kinect cubemos kinect opencv realsense skeleton skeleton-tracking
Last synced: about 1 year ago
JSON representation
Sample Program for Skeleton Tracking SDK by Cubemos
- Host: GitHub
- URL: https://github.com/unanancyowen/cubemossample
- Owner: UnaNancyOwen
- License: mit
- Created: 2020-04-30T07:05:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T06:28:41.000Z (about 6 years ago)
- Last Synced: 2025-03-25T14:39:05.921Z (about 1 year ago)
- Topics: azure-kinect, cubemos, kinect, opencv, realsense, skeleton, skeleton-tracking
- Size: 20.5 KB
- Stars: 24
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Skeleton Tracking SDK by Cubemos Sample Program
===============================================
This repository is sample program of Skeleton Tracking SDK by Cubemos.
This sample program works on cross-platform (Windows, Linux).
Environment
-----------
* Visual Studio 2017/2019 / GCC 7.4 / Clang 6.0 (or later)
* Skeleton Tracking SDK by Cubemos v2.3.0 (or later)
* OpenCV 3.4.2 (or later)
* CMake 3.15.4 (latest release is preferred)
### 2D Skeleton Tracking
If you want to use Skeleton Tracking in 2D, You don't need any additional sensor or libraries.
* Web Camera
* Image File (e.g. JPEG, PNG, TIFF)
### 3D Skeleton Tracking
If you want to use Skeleton Tracking in 3D, You need these sensors and libraries.
* RealSense and RealSense SDK v2.x
* Azure Kinect and Azure Kinect Sensor SDK v1.4.0 (or later)
License
-------
Copyright © 2020 Tsukasa SUGIURA
Distributed under the [MIT License](http://www.opensource.org/licenses/mit-license.php "MIT License | Open Source Initiative").
Contact
-------
* Tsukasa Sugiura
*
*
Reference
---------
* Skeleton Tracking SDK for Intel RealSense Depth Cameras | Intel RealSense
* Skeleton Tracking SDK | cubemos