Skip to content

This ITK module contains a filter that generates component images from an itk::Image of itk::Vector, itk::CovariantVector, or itk::SymmetricSecondRankTensor.

License

Notifications You must be signed in to change notification settings

InsightSoftwareConsortium/ITKSplitComponents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f456b1 · Apr 2, 2025
Mar 24, 2025
Feb 20, 2020
May 31, 2022
Feb 14, 2025
Jan 6, 2023
Apr 10, 2019
Jan 27, 2025
Jul 3, 2024
Jan 6, 2023
Feb 14, 2025
Feb 20, 2020
Jan 6, 2023
Jan 20, 2023
Jul 16, 2018
May 31, 2022
Jul 23, 2024
Dec 22, 2018
Mar 24, 2025

Repository files navigation

ITKSplitComponents

Build, test, package PyPI Version License

Overview

This ITK module contains a filter called itk::SplitComponentsImageFilter. This filter generates component images from an itk::Image of, for example, itk::Vector, itk::CovariantVector, or itk::SymmetricSecondRankTensor.

For more information, see the Insight Journal article:

McCormick M.
An ITK Class that Splits Multi-Component Images
The Insight Journal. January-December. 2010.
https://hdl.handle.net/10380/3230
https://www.insight-journal.org/browse/publication/774

ITKSplitComponents Notebook

Installation

This module is available in the ITK source tree as a Remote module. To enable it, set:

Module_SplitComponents:BOOL=ON

in ITK's CMake build configuration.

Alternatively, build the module externally with:

git clone https://github.com/InsightSoftwareConsortium/ITKSplitComponents.git
mkdir ITKSplitComponents-build
cd ITKSplitComponents-build
cmake -DITK_DIR=/path/to/ITK-build ../ITKSplitComponents
make

License

This software is distributed under the Apache 2.0 license. Please see the LICENSE file for details.

About

This ITK module contains a filter that generates component images from an itk::Image of itk::Vector, itk::CovariantVector, or itk::SymmetricSecondRankTensor.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published