https://github.com/kitwaremedical/itkmultipleimageiterator
ITK remote module from an IJ article at http://www.insight-journal.org/browse/publication/915
https://github.com/kitwaremedical/itkmultipleimageiterator
itk-module
Last synced: about 1 year ago
JSON representation
ITK remote module from an IJ article at http://www.insight-journal.org/browse/publication/915
- Host: GitHub
- URL: https://github.com/kitwaremedical/itkmultipleimageiterator
- Owner: KitwareMedical
- License: apache-2.0
- Created: 2016-05-24T18:38:39.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T16:50:09.000Z (about 2 years ago)
- Last Synced: 2025-04-10T10:41:00.899Z (about 1 year ago)
- Topics: itk-module
- Language: C++
- Homepage:
- Size: 181 KB
- Stars: 1
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
MultipleImageIterator
==============================
.. image:: https://github.com/KitwareMedical/MultipleImageIterator/workflows/Build,%20test,%20package/badge.svg
Overview
--------
An `ITK `_-based implementation of principal components analysis.
For more information, see the `Insight Journal article `_::
Schaerer J.
A MultipleImageIterator for iterating over multiple images simultaneously
The Insight Journal. December, 2014.
https://hdl.handle.net/10380/3455
https://www.insight-journal.org/browse/publication/915
Installation
------------
Since ITK 4.11.0, this module is available in the ITK source tree as a Remote
module. To enable it, set::
Module_MultipleImageIterator:BOOL=ON
in ITK's CMake build configuration.
License
-------
This software is distributed under the Apache 2.0 license. Please see
the *LICENSE* file for details.