1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: elastix
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec,
cmake,
libinsighttoolkit5-dev (>= 5.4),
libcharls-dev,
libdcmtk-dev,
zlib1g-dev,
libpng-dev,
libtiff-dev,
libnifti-dev,
libfftw3-dev
Build-Depends-Indep: doxygen,
graphviz,
texlive-latex-base,
texlive-latex-extra,
texlive-latex-recommended,
texlive-fonts-recommended,
texlive-publishers,
ghostscript
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/elastix
Vcs-Git: https://salsa.debian.org/med-team/elastix.git
Homepage: http://elastix.isi.uu.nl/
Rules-Requires-Root: no
Package: elastix
Architecture: amd64
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: elastix-doc
Description: toolbox for rigid and nonrigid registration of images
Image registration based on the well-known Insight Segmentation and
Registration Toolkit (ITK). The software consists of a collection of
algorithms that are commonly used to solve (medical) image
registration problems. The modular design of elastix allows the user
to quickly configure, test, and compare different registration
methods for a specific application. A command-line interface enables
automated processing of large numbers of data sets, by means of
scripting.
Package: elastix-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: toolbox for rigid and nonrigid registration of images - docs
Image registration based on the well-known Insight Segmentation and
Registration Toolkit (ITK). The software consists of a collection of
algorithms that are commonly used to solve (medical) image
registration problems. The modular design of elastix allows the user
to quickly configure, test, and compare different registration
methods for a specific application. A command-line interface enables
automated processing of large numbers of data sets, by means of
scripting.
.
This package contains the elastix documentation.
|