The Insight Journal logo

Seamless VTK-ITK pipeline connection for image data handling

Enquobahrie, Andinet, Ibanez, Luis
Kitware, Inc.
The Insight Journal logo

Please use this identifier to cite or link to this publication: http://hdl.handle.net/1926/495
New: Prefer using the following doi: https://doi.org/10.54294/oah595
Submitted by Andinet Enquobahrie on 2007-03-27T19:19:58Z.

Often times developers face the need to connect ITK and VTK pipelines to handle image data. For this purpose, image data importer and exporter classes have been implemented both in ITK and VTK. However, as evident from frequent questions in the ITK and VTK users and developers mailing list, usage of these classes is not straight forward. Furthermore, the difficulty gets more challenging with the need to handle different pixel types. For these reasons, an effort was made to write Image IO classes that encapsulate all the intricacies and provide users with easy to use API. This article describes these Image IO classes and present an example to demonstrate how to use these classes.