Skip to content

The J4K library is an open source Java library that implements a Java binding (wrapper) for the Microsoft's Kinect SDK.

Notifications You must be signed in to change notification settings

abarmpou/java-for-kinect

 
 

Repository files navigation

java-for-kinect

The J4K library is an open source Java library that implements a Java binding (wrapper) for the Microsoft's Kinect SDK. You can use it to create your own Java applications that handle the video, depth, and skeleton streams of the Kinect sensor. Furthermore, the J4K library contains several Java classes that convert the packed depth frames, skeleton frames, and video frames received by a Kinect sensor into easy-to-use Java objects. There are also convenient methods to save the data in open file formats such as VRML.

When this program is used for academic or research purposes, please cite the following article that introduced this Java library:

A. Barmpoutis. "Tensor Body: Real-time Reconstruction of the Human Body and Avatar Synthesis from RGB-D', IEEE Transactions on Cybernetics, October 2013, Vol. 43(5), Pages: 1347-1356. https://doi.org/10.1109/TCYB.2013.2276430


The web-site of this project: http://abarmpou.github.io/ufdw/j4k/

Source code examples: http://abarmpou.github.io/ufdw/j4k/examples.html

How to write a Java-Kinect project in less than 10 lines of Java code: http://abarmpou.github.io/ufdw/j4k/examples.html#how

How to develop Kinect applications in Java / OpenGL / Eclipse: http://www.youtube.com/watch?v=q0K4Y4g-hj0

How to install this project in Eclipse: http://abarmpou.github.io/ufdw/j4k/eclipse.html


Copyright 2011, Digital Worlds Institute, University of Florida, Angelos Barmpoutis. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain this copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce this copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • When this program is used for academic or research purposes, please cite the following article that introduced this Java library: A. Barmpoutis. "Tensor Body: Real-time Reconstruction of the Human Body and Avatar Synthesis from RGB-D', IEEE Transactions on Cybernetics, October 2013, Vol. 43(5), Pages: 1347-1356.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

The J4K library is an open source Java library that implements a Java binding (wrapper) for the Microsoft's Kinect SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.5%
  • Batchfile 0.5%