home

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

  • 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

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 shootingregistration, 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.

Save

gallery

Top