An ITK Class that Splits Multi-Component Images

McCormick, Matthew1*
1.University of Wisconsin-Madison
Abstract

Abstract

This document describes the implementation of a class for the Insight Toolkit (ITK) that takes an image with multi-component pixels and outputs a scalar image for each component. This can be useful when examining images of vectors, tensors, etc. This filter may be easier to use and require fewer pixel visitations than an itk::ImageAdaptor with a similar purpose, but it requires additional memory allocation.

Keywords

multi-componentvectortensorcovariant vector
ManuscriptSource Code and Data