• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

lawrennd/mocap: Matlab software for processing motion capture files.

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

lawrennd/mocap

开源软件地址(OpenSource Url):

https://github.com/lawrennd/mocap

开源编程语言(OpenSource Language):

MATLAB 75.8%

开源软件介绍(OpenSource Introduction):

MATLAB Motion Capture Toolbox

The MATLAB motion capture toolbox allows loading and playing of BVH and acclaim files in MATLAB.

Warning this toolbox seems to be affected by a possible bug in MATLAB 7.4, see here for details.

Release Information

Current release is 0.136.

As well as downloading the MOCAP software you need to obtain the toolboxes specified below.

Toolbox Version
NDLUTIL 0.161

Missing a file for reading the poser data.

Release 0.135

Added visualisation files written by Carl Henrik Ek for the Human Eva data and for Ankur Agarwal's Poser generated silhouette data.

Release 0.134

Bug fix release, a bug in bvh2xyz meant that if a position was included in the bvh skeleton structure for non-root nodes, the xyz positions were computed incorrectly. Thanks to Richard Widgery and Christopher Hulbert for identifying this problem.

horse.bvh removed due to copyright reasons. To obtain a license for this file, and plenty of other motion capture data of horses, please contact Richard Widgery of Kinetic Impulse.

Release 0.133

This release is a bug fix release, to deal with bugs in mocapResultsCppBvh, thanks to Cedric Vanaken for pointing out the problem.

Release 0.132

Moved tree handling code into NDLUTIL toolbox, version 0.156.

Release 0.131

This release fixes a bug where the left was displayed on the right and vice versa.

Release 0.13

New in this release is the ability to load data in the acclaim ASF/AMC format. See the example below for details.

Examples

Once downloaded you can try loading a BVH data set from the examples directory.

>> [skel, channels, frameLength] = bvhReadFile('examples/Swagger.bvh');
>>

This motion capture data was taken from Ohio State University's ACCAD centre.

You can now play the data using the command

>> skelPlayData(skel, channels, frameLength);

You can also download and read data in the Acclaim format (asf/amc). In the example below we load a nd play data from the CMU Graphics Lab Motion Capture Database. We use the tenth example from the 86th subject. We have assumed that you have placed the files in the examples subdirectory.

>> skel = acclaimReadSkel('examples/86.asf');
>> [channels, skel] = acclaimLoadChannels('examples/86_10.amc', skel);
>> skelPlayData(skel, channels, 1/120);
>>

Where the frames per second is given on the CMU site as 120.

Page updated on Tue Oct 6 17:26:28 2009




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap