My educational project is about "sign language recognition using kinect camera" .
I want to compare the hand motion trajectories using DTW as the distance measure , and then do a NN-DTW classification .
Hand trajectory is constructed from the hand joint position in consecutive frames in 3D coordinate system. x,y,z coordinate for hand joint , in every frame , is obtained from using kinect camera .
Which option is more appropriate for measuring the distance of these trajectories? DTWi or DTWd ?