read.bvh: This function read file in BVH (Biovision Hierarchy) format...

Description Usage Arguments Value Examples

Description

BVH file contains a hierarchical kinematic model definition (called a skeleton) and motion data. For more information see: "Motion Capture File Formats Explained" by M. Meredith S. Maddock, doi: 10.1.1.103.2097.

Usage

1
read.bvh(filepath)

Arguments

filepath

A path to BVH file.

Value

an object of mocap class.

Examples

1
2
3
4
5
6
7
#an example BVH file
data("heian.nidan.bvh")
#write file to the disc
f <- file("heian.nidan.bvh")
writeChar(con = f, object = heian.nidan.bvh)
close(f)
#read hierarchical model stored in BVH file

browarsoftware/RMoCap documentation built on May 16, 2019, 7:28 a.m.