I want to get the following information of a user that is captured using a Microsoft Kinect using a WPF application.
- Shoulder width
- Height
- Waist width
- Hip width
- Arm length
- Bust size
I couldn't find any standard way of doing this except calculating the x,y co-ordinates of the user. Is there any very efficient and accurate way of doing this?