MATLAB: Is it possible to find the distance between the legs of a walking person using MATLAB

distance between legsImage Acquisition ToolboxImage Processing Toolbox

is it possible to find the distance between the legs of a walking person using MATLAB? human walking video is the input..

Best Answer

As an alternative, you can use Skeletal tracking with the Kinect for Windows sensor. This problem will get reduced to distance computation between the ankle/Knee joints(3D points), whichever fits your definition for distance.
Note: Kinect for Windows is supported in MATLAB through Image Acquisition Toolbox, R2013a onwards.
Related Question