SuperElastix / SuperElastix

Official SuperElastix repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuperElastix image registration toolbox

Build Status codecov Codacy Badge

The objective of image registration is to find the spatial relationship between two or more images. In the last decades numerous image registration methods and tools have emerged from the research community. Implementation of these methods, however, are scattered over a plethora of toolboxes each with their own interface, limitations and modus operandi.

SuperElastix is an image registration toolbox written in C++ that incorporates a diverse set of registration algorithms from third-party sources. Its modular and flexible architecture enables the integration of algorithms from any registration paradigm, while fully supporting cross-fertilization. It provides a unified user-interface by means of a configuration file. Commandline as well as library interfaces are readily available. SuperElastix leverages social coding practices from GitHub to make it a collaborative effort from the image registration community. It is developed in conjunction with the Continuous Registration Challenge, in which all the methods that are included in SuperElastix are automatically and continuously benchmarked on a diverse dataset.

Documentation

Development

  • SuperElastix v1.0 has been released! Please see the master branch
  • Users that want to build SuperElastix from sources are encouraged to use the develop branch
  • All branches and pull requests are build and unit tested by Continuous Integration: see our CDash for the latest status

About

Official SuperElastix repository

License:Apache License 2.0


Languages

Language:C++ 85.0%Language:Python 7.4%Language:CMake 6.6%Language:C 0.4%Language:Shell 0.3%Language:Batchfile 0.2%