An open API service indexing awesome lists of open source software.

https://github.com/lancelet/mocaputils

Utilities for motion capture.
https://github.com/lancelet/mocaputils

Last synced: 3 months ago
JSON representation

Utilities for motion capture.

Awesome Lists containing this project

README

        

= MocapUtils - Motion Capture Utilities for Scala =

== Introduction ==

MocapUtils provides some simple functionality for working with motion capture
files.

== Current Functionality ==

MocapUtils currently implements the following:

- Reading Motion Analysis `*.trc` files.
- Reading Motion Analysis `*.forces` files.
- Linear gap filling for marker data.
- Low-pass filtering of marker coordinate data using a second-order
Butterworth filter.
- Set of plotting utilities for making JFreeChart easier to use from Scala.

== Installation ==

Check out the project from GitHub (this command uses the Read-Only
repository):

$ git clone git://github.com/lancelet/mocaputils.git

This will create a new directory called `mocaputils`. Next, use
https://github.com/harrah/xsbt[sbt/xsbt] to compile the project:

$ cd mocaputils
$ sbt

https://github.com/harrah/xsbt[sbt/xsbt] will launch, and collect
everything it needs for the project. Within `sbt`, you can then run:

> test

This will run the packaged unit tests for the project.