Skip to main content
. 2013 Jul 10;13(7):8835–8855. doi: 10.3390/s130708835

Algorithm 2 Learning human limb dimensions.

Require: Limbs, CorrectedLimbs, kFrames Λ (k > 0)
1: α=k1k, β=1k
2: for each lLimbs, CorrectedLimbsdo
3: if (k < N) ⋁ (|l| > MaxDist) then
4:   t+1α * t + β * lt
5: end if
6: end for
7: return CorrectedLimbs