The Insight Journal logo

A MultipleImageIterator for iterating over multiple images simultaneously

Schaerer, Joël
Bioclinica SAS, Lyon
The Insight Journal logo

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3455
New: Prefer using the following doi: https://doi.org/10.54294/e5lmyz
Submitted by Joël Schaerer on 2014-02-20 03:23:44.

Several applications such as multi-atlas segmentation require frequent iteration over multiple image volumes at the same time. Doing so with the regular ITK iterators is tedious and error prone as it requires updating each iterator at end of each iteration. Failing to do so results in hard to debug errors and crashes. The MultipleImageIterator is a simple wrapper class that tries to make this more convenient.