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

https://github.com/mkjung99/mocaplib

MoCapLib: Library for MoCap data processing and analysis
https://github.com/mkjung99/mocaplib

kinematics marker mocap motion-capture

Last synced: over 1 year ago
JSON representation

MoCapLib: Library for MoCap data processing and analysis

Awesome Lists containing this project

README

          

# MoCapLib
MoCapLib: Library for Motion Capture data processing and analysis

## Description
The aim of this repository is to provide a simple Python-based library for motion capture data processing and analysis.

## Installation
MoCapLib can be installed from [PyPI](https://pypi.org/project/mocaplib/) using ```pip``` on Python>=3.7.

```bash
pip install mocaplib
```

## Usage
Currently, MoCapLib is under heavy development.

## Installation of BTK (Microsoft Windows x64 platforms) for C3D file parsing
- [Conda-forge](https://anaconda.org/conda-forge/btk) (find the [details](https://github.com/Biomechanical-ToolKit/BTKCore/issues/28#issuecomment-572571063))
- [PyPI](https://pypi.org/project/pyBTK/)

## BTK references
- [BTK source code GitHub](https://github.com/Biomechanical-ToolKit/BTKCore)
- [BTK Documentation for the Python wrapping](http://biomechanical-toolkit.github.io/docs/Wrapping/Python/index.html)
- [Python Cheat Sheet for BTK 0.3](https://pycgm2.github.io/articles/btk.html)

## Dependencies
- [NumPy](https://numpy.org/)
- [SciPy](https://www.scipy.org/)

## License
[MIT](https://choosealicense.com/licenses/mit/)