Insight Software Consortium
- 156 followers
- Worldwide
- https://itk.org
Pinned Loading
Repositories
- ITKDoxygen Public
ITK Doxygen API documentation built nightly with GitHub Actions and published to ReadTheDocs, GitHub Pages
- ITKElastix Public
An ITK Python interface to elastix, a toolbox for rigid and nonrigid registration of images
- ITKWikiArchive Public
An archive of the ITK MediaWiki content that was hosted at https://itk.org/Wiki/ITK
- ITKGenericLabelInterpolator Public Forked from fbudin69500/ITKGenericLabelInterpolator
The basic idea of this generic interpolator for label images is to interpolate each label with an ordinary image interpolator, and return the label with the highest value. This is the idea used by the itk::LabelImageGaussianInterpolateImageFunction interpolator. Unfortunately, this class is currently limited to Gaussian interpolation. Using gene…
- ITKLabelErodeDilate Public Forked from richardbeare/LabelErodeDilate
Erode and dilate operations on label images
- ITKSplitComponents Public
This ITK module contains a filter that generates component images from an itk::Image of itk::Vector, itk::CovariantVector, or itk::SymmetricSecondRankTensor.