Matlab+BIWI Kinect Head Pose Data base (Partial)

This mex files helps you access the compressed binary depth images in BIWI Kinect Head pose database
455 Downloads
Updated 25 Sep 2012

View License

It is strongly recommended to download this submission:
http://www.mathworks.com/matlabcentral/fileexchange/38219

This is just a demo,but the above submission is complete in all respect.

BIWI Kinect Headpose Data base: This data base has 15000 head poses along with the ground truth of head orientation and location.
Below is the URL:
http://www.vision.ee.ethz.ch/~gfanelli/head_pose/head_forest.html#db

Paper:
@InProceedings{fanelli_DAGM11,
author = {G. Fanelli and T. Weise and J. Gall and L. Van Gool},
title = {Real Time Head Pose Estimation from Consumer Depth Cameras},
booktitle = {33rd Annual Symposium of the German Association for Pattern Recognition (DAGM'11)},
year = {2011},
month = {September}
}

Compilation command: mex mxDepthFileRead.cpp

Usage: [x,y,z] = mxDepthFileRead('depthfilename.bin','depth.cal', zThresh)

Cite As

Soumitry J Ray (2025). Matlab+BIWI Kinect Head Pose Data base (Partial) (https://se.mathworks.com/matlabcentral/fileexchange/37951-matlab-biwi-kinect-head-pose-data-base-partial), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.4.0.0

Updated Description

1.2.0.0

Added "Partial" to the title as I have uploaded another submission which is "Full"

1.1.0.0

Usage: [x,y,z] = mxDepthFileRead('depthfilename.bin','depth.cal', zThresh)

1.0.0.0