Archive for the '3D User interfaces' Category

Use your desk as mouse-free multitouch interface with MS Kinect

TouchTable is is Kinect powered application I am developing as part of my PhD research. It enables one to use bare hand laying on a regular office desk to control computer instead of mouse.
User can also move the cursor without any clicking. This can be used i.e. to hover over icons to display […]

Read More..>>

Finding points in 3D space using point quad tree - java sources

Solved problem
This post introduces an working algoritm that can be used for searching through a 3D space filled with 3D points. Each point is represented by its x, y, z coordinates. Search is performed using search rectangular box, specified by its left bottom back and right top front corners.
As a result, all points from 3D […]

Read More..>>

3DKeyboard project

About 3DKeyboard
Recently, after some research and solving some problems with C++ code, I have finished initial version of 3DKeyboard. Work on it is done as part of my Phd studies at University of Pardubice.
3DKeyboard is an application utilizing Microsoft Kinect, that enables you to type
text with moving one of your hands in the air. It’s […]

Read More..>>

How to compile and run Kinect related samples

Recently, I bought Microsoft Kinect motion sensor, keen on starting developing cute applications with that. If you are in the same situation, this post is here for you to made thinks easier. Currently, I have managed to run some sample demos and compile them in Microsoft Visual Studio 2010. As it turned out, thinks are […]

Read More..>>