Skeleton smoothing – soften the skeleton's movement
At the beginning of this chapter we have discussed that skeleton processing is one of the most complex features because of its internal algorithm, data structures, joints representation, and data processing. Over this chapter you have gained a good understanding of skeleton data and while playing around with the applications you must have realized that the joint movements are not that smooth and there is some jitter present. Overall, this shaky movement of skeleton data does not provide a good end user experience and we need to overcome this problem to enable a rich user experience.
What causes skeleton jitters
Though the skeleton jitters could be caused by the application performance due to both software and hardware, there are several internal possible reasons for skeleton joints jittering. One of the main reasons is processing large amounts of data over a period of time during skeleton tracking. Because of the processing of large data...