The Insight Journal logo

An ITK Class that Splits Multi-Component Images

McCormick, Matthew
University of Wisconsin-Madison
The Insight Journal logo

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3230
New: Prefer using the following doi: https://doi.org/10.54294/4c92vb
Submitted by Matthew Mccormick on 2012-07-15 13:59:21.

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.