Skip to content

coolteemf/coolteemf-deformetrica

Repository files navigation

Deformetrica

Website: www.deformetrica.org

Deformetrica is a software for the statistical analysis of 2D and 3D shape data. It essentially computes deformations of the 2D or 3D ambient space, which, in turn, warp any object embedded in this space, whether this object is a curve, a surface, a structured or unstructured set of points, an image, or any combination of them.

Deformetrica comes with three main applications:

  • registration : estimates the best possible deformation between two sets of objects;
  • atlas construction : estimates an average object configuration from a collection of object sets, and the deformations from this average to each sample in the collection;
  • geodesic regression : estimates an object time-series constrained to match as closely as possible a set of observations indexed by time.

Deformetrica has very little requirements about the data it can deal with. In particular, it does not require point correspondence between objects!

Install

Warning: Conda packages to install Deformetrica are deprecated from version 4.3.0 To install recent versions of Deformetrica use pip (see below).

  • Requirements: Anaconda 3, Linux or Mac OS X distributions
  • Best practice: conda create -n deformetrica python=3.8 numpy && source activate deformetrica
  • Pip install: pip install deformetrica
  • Run an example:
    • deformetrica estimate model.xml data_set.xml --p optimization_parameters.xml
    • deformetrica compute model.xml --p optimization_parameters.xml
  • Try the GUI (alpha version): deformetrica gui
  • Documentation: wiki

Community

References

Deformetrica relies on a control-points-based instance of the Large Deformation Diffeomorphic Metric Mapping framework, introduced in [Durrleman et al. 2014]. Are fully described in this article the shooting, registration, and deterministic atlas applications. Equipped with those fundamental building blocks, additional applications have been successively developed:

[Bône et al. 2018b] provides a concise reference summarizing those functionalities, with unified notations.

Archived repositories

About

Fork of deformetrica from gitlab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published