
Search

ITK has a powerful and flexible image IO framework. Reading and writing different types of image file is straightforward. The image IO could be easily extended by writing a specific image IO class for a new image file format. Whereas, there is no such [...]

Classes to provide IO capabilities for the ITK Neural Networks library.

This document describes an addition to the Image IO Library of the Insight Toolkit (ITK). ITK has
been able to read in Analyze image files but not the Analyze Object Maps that correspond to the images.
Analyze Object maps define regions of interest that are [...]

We have recently detailed the procedure for building ITK on the iOS. In this work, we contribute itkiOSImageIO , the necessary ITK class that provides the input/output (IO) interface with the repository of images stored on iOS Apple devices, such as the iPod [...]

Leica LiDAR scanners output points in the PTX file format. It is often useful to convert this format to a standard VTK point cloud or mesh format before processing. We propose a new class, vtkPTXReader, to provide this functionality.
