feature detection - Active frame extraction from motion capture -
i new area - have background in gait , posture.
i have series of motion files of timestamped coordinates (containing x, y, , z in mm) number of joints (30).
what simplest way extract following motion observations. 1) number of active features (i.e. active joints). 2) average speed of motion.
same file format of nxp. p number of joints , n number of frame observations.
what looking pointers possible areas explore.
regards,
dan
a couple of possibilities might explore - both using free, (and open source), software:
- python + numpy/scipy can read in coordinate values , calculate data require - possible plot in 3d using matplotlib.
- you use positional data animate stick figure in blender - of test blends provide starting point this.
Comments
Post a Comment