All Projects → derzu → Bodyskeletontracker

derzu / Bodyskeletontracker

Licence: mit
Human body skeleton detection an tracking from video camera in real time. It was developed for an Orbbec Astra camera DRGB (Depth-RGB), uses the OpenNI2 driver, it also works with Asus Xtion and Prime sense. It works with normal webcam too, in the case of background is smooth and white.

Labels

Projects that are alternatives of or similar to Bodyskeletontracker

Bcf Skeleton
BigClown Firmware Skeleton (Empty Application)
Stars: ✭ 14 (-85.11%)
Mutual labels:  skeleton
Amcparser
Parse and visualize asf/amc files from CMU MoCap dataset.
Stars: ✭ 70 (-25.53%)
Mutual labels:  skeleton
Dredd Example
Example application using Dredd and CI
Stars: ✭ 79 (-15.96%)
Mutual labels:  skeleton
Docker Skeleton Php
A simple Docker PHP development environment
Stars: ✭ 40 (-57.45%)
Mutual labels:  skeleton
Skeleton
🔨 Nepxion Skeleton is a generic codes and files generator based on freemaker for any text formats, and provides skeleton of Spring Cloud with docker deployment 基于Docker & Spring Cloud的代码和文件的脚手架生成平台
Stars: ✭ 61 (-35.11%)
Mutual labels:  skeleton
Creature godot
2D Skeletal Animation Creature Runtime for Godot Engine
Stars: ✭ 70 (-25.53%)
Mutual labels:  skeleton
Mskeletonframework
iOS预览页面结构控件
Stars: ✭ 12 (-87.23%)
Mutual labels:  skeleton
App
Spiral Framework Skeleton HTTP Application: Queue, Console, Cycle ORM
Stars: ✭ 90 (-4.26%)
Mutual labels:  skeleton
Flui
A powerful UI framework for Google Flutter.
Stars: ✭ 1,153 (+1126.6%)
Mutual labels:  skeleton
Sanic Nginx Docker Example
Sanic + Nginx + Docker basic example
Stars: ✭ 77 (-18.09%)
Mutual labels:  skeleton
Creature unity
2D Skeletal Animation Unity Runtimes for Creature
Stars: ✭ 50 (-46.81%)
Mutual labels:  skeleton
Android Templates And Utilities
Collection of source codes, utilities, templates and snippets for Android development.
Stars: ✭ 1,099 (+1069.15%)
Mutual labels:  skeleton
Skeleton
A ready-to-use CodeIgniter skeleton with tons of new features and a whole new concept of hooks (actions and filters) as well as a ready-to-use and application-free themes and plugins system. Facebook Page: http://bit.ly/2oHzpxC | Facebook Group: http://bit.ly/2o3KOrA. Help me carry on making more free stuff → http://bit.ly/2ppNujE ←
Stars: ✭ 74 (-21.28%)
Mutual labels:  skeleton
Elm Kitchen
Easily bootstrap a new Elm SPA
Stars: ✭ 21 (-77.66%)
Mutual labels:  skeleton
Awesome Skeleton
🎉 Release 3.0 is released! Awesome Skeleton for modern development on PHP 7.4+ (incl. PHP 8). Contains quality tested packages, thoughtful structure and everything you need to develop microservices.
Stars: ✭ 83 (-11.7%)
Mutual labels:  skeleton
Caviar
The skeleton of frameworks for micro frontends
Stars: ✭ 14 (-85.11%)
Mutual labels:  skeleton
Slim3
Slim Framework 3 Skeleton Application
Stars: ✭ 70 (-25.53%)
Mutual labels:  skeleton
React Native Skeleton Content Nonexpo
A customizable skeleton-like loading placeholder for react native projects not using expo.
Stars: ✭ 92 (-2.13%)
Mutual labels:  skeleton
Laravel Package Maker
Get a 📦 skeleton and all other `make` commands from laravel base for package development.
Stars: ✭ 89 (-5.32%)
Mutual labels:  skeleton
Php Library Starter Kit
A tool to quickly set up the base files of a PHP library project.
Stars: ✭ 75 (-20.21%)
Mutual labels:  skeleton

BodySkeletonTracker

Description

Human body skeleton detection and tracking from video camera in real time. It was developed for an Orbbec Astra camera DRGB (Depth-RGB), uses the OpenNI2 driver, it should also works with Asus Xtion and Prime Sense. It works with normal webcam, in the case of background is smooth.

Currently it detects just the joints of head, shoulders, elbows and hands. A new version can be developed to also detect also feets and knees.

Descrição

Detecção e rastreamento de um esqueleto humano a partir de câmera de vídeo em tempo real. Foi desenvolvido para a câmera DRGB (Depth-RGB) Orbbec Astra, utilizando o driver OpenNI2, funciona também com o Asus Xtion e Prime Sense. Funciona também com webcam normal, caso o background seja liso e branco.

Video Exemple

IMAGE ALT TEXT HERE

Requirements

  • OpenCV library (just for line/circle drawing and window frame showing)
  • OpenNI2 library
  • It was developed and tested on Ubuntu 14.04. Should work at any Linux, maybe Mac and Windows too.

Compile and run

$ source ~/Downloads/OpenNI-Linux-x64-2.3/OpenNIDevEnvironment (set your path appropriately)
$ cd BodySkeletonTracker
$ make
$ cd Bin/x64-Release/
$ ./BodySkeletonTracker

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].