Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
DOC: Note that SimpleElastix is no longer maintained
Browse files Browse the repository at this point in the history
See also #500
  • Loading branch information
N-Dekker authored May 25, 2023
1 parent a138eb4 commit f366522
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# _Please note: SimpleElastix is no longer actively maintained!_
_Instead of SimpleElastix (created by [Kasper Marstal](https://github.com/kaspermarstal)), you may use either SimpleITK or ITKElastix:_
- _[SimpleITK](https://github.com/SimpleITK) (maintained by [Bradley Lowekamp](https://github.com/blowekamp)) now contains the original SimpleElastix implementation._
- _[ITKElastix](https://github.com/InsightSoftwareConsortium/ITKElastix) (created by [Matt McCormick](https://github.com/thewtex)) is a new Python Elastix wrapper, based on the ITK Python package. It is available by_ `pip install itk-elastix`.

_The original README follows below here:_

-----------------------------------------------------------
What is SimpleElastix?
======================
Image registration is the process of transforming images into a common coordinate system so corresponding pixels represent homologous biological points. SimpleElastix is an extension of [SimpleITK](https://github.com/SimpleITK/SimpleITK "SimpleITK github repository") that offers a user-friendly API to the popular image registration algorithms of the [elastix](http://elastix.isi.uu.nl/ "Elastix website") C++ library. This makes state-of-the-art medical image registration really easy to do in languages like Python, Java, C# and R. This package provides
Expand Down

0 comments on commit f366522

Please sign in to comment.