itk-iofdf

ITK `ImageIO` class to read or write the FDF image format


Keywords
itk, InsightToolkit, FDF, itk-module
License
Other
Install
pip install itk-iofdf==1.1.0

Documentation

ITKIOFDF

PyPI License

Overview

This is a module for the Insight Toolkit (ITK) to read or write the FDF image format.

It contains an ImageIO class to read or write the FDF image format.

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

Module_IOFDF:BOOL=ON

in ITK's CMake build configuration.

Install the Python package with:

pip install itk-iofdf

License

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

Acknowledgements

Initial work was done by Glenn Pierce; the code was brought up to current ITK standards by Nicholas Tustison; and it was converted to an ITK Remote module by Kent Williams.