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

You are now following this Submission

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 (2026). Matlab+BIWI Kinect Head Pose Data base (Partial) (https://nl.mathworks.com/matlabcentral/fileexchange/37951-matlab-biwi-kinect-head-pose-data-base-partial), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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