How can I understand the source codes of openNI algorithms? Say I want to know how does OpenNI get the skeleton of user or segment a user using depth maps (Kinect) ? Where in the source code directory can I find the code for it? I basically want to know and may be play with those algorithms... I tried searching source code directories available at https://github.com/OpenNI/OpenNI/tree/unstable but i finally endup into a function which is XN_CALLBACK_TYPE * and i can't go more further into it. I actually want to know the matrix level implementation/ pixel level changes that gives the user segmentation! Please help. Thanks in advance!!

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Unfortunately the algorithms are in NITE which is not open sourced.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.