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
|
Source: itksnap
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Michael Hanke <mih@debian.org>,
Yaroslav Halchenko <debian@onerussian.com>,
Gert Wollny <gewo@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 11),
cmake,
libvtk6-dev,
libinsighttoolkit4-dev,
libgdcm-dev,
imagemagick,
libdcmtk-dev,
qtbase5-dev,
libqt5webkit5-dev,
libqt5opengl5-dev,
qttools5-private-dev,
libfftw3-dev
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/neurodebian-team/itksnap
Vcs-Git: https://salsa.debian.org/neurodebian-team/itksnap.git
Homepage: http://www.itksnap.org
Package: itksnap
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: semi-automatic segmentation of structures in 3D images
SNAP provides semi-automatic segmentation of structures in medical
images (e.g. magnetic resonance images of the brain) using active
contour methods, as well as manual delineation and image navigation.
Noteworthy features are:
.
* Linked cursor for seamless 3D navigation
* Manual segmentation in three orthogonal planes at once
* Support for many different 3D image formats, including NIfTI
* Support for concurrent, linked viewing and segmentation of multiple images
* Limited support for color images (e.g., diffusion tensor maps)
* 3D cut-plane tool for fast post-processing of segmentation results
|