morphomatics / morphomatics

Geometric morphometrics in non-Euclidean shape spaces.

Home Page:https://morphomatics.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morphomatics

Morphomatics: Geometric morphometrics in non-Euclidean shape spaces

Morphomatics is an open-source Python library for (statistical) shape analysis developed within the geometric data analysis and processing research group at Zuse Institute Berlin. It contains prototype implementations of intrinsic manifold-based methods that are highly consistent and avoid the influence of unwanted effects such as bias due to arbitrary choices of coordinates.

Detailed information and tutorials can be found at https://morphomatics.github.io/

Installation

Morphomatics can be installed directly from github using the following command:

pip install git+https://github.com/morphomatics/morphomatics.git#egg=morphomatics

For instructions on how to set up jaxlib, please refer to the JAX install guide.

Dependencies

  • numpy
  • scipy
  • jax/jaxlib

Optional

  • pymanopt
  • sksparse

About

Geometric morphometrics in non-Euclidean shape spaces.

https://morphomatics.github.io/

License:Other


Languages

Language:Python 100.0%