Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.23 KB

README.rst

File metadata and controls

45 lines (28 loc) · 1.23 KB

Streaming Sink Filter Collection

ITKv5 incorporated many features originating from this module. The ImageSink and StreamingProcess object are now in upstream ITK. The streaming feature for the StatisticsImageFilter, the LabelStatisticsImageFilter and other filters has been incorporated into ITKv5.

General

This repository contains an ITK: The Insight Toolkit for Segmentation and Registration module with advanced classes for image streaming and MPI distributed image processing through streaming. It is designed to work with the ITKv4 modular system by being placed in the ITK source code.

This module has a BoundingBoxImageSic filter and a MPIStreamingImageFilter.

Getting Started

This module should be cloned into a checkout of the ITK reposiory as a subdirectory in the "Modules/External".

The following is a brief list of instructions to get a external module into ITK:

cd ITK/Modules/External/
git clone https://github.com/blowekamp/itkStreamingSinc.git

Then configure ITK, set:

Module_StreamingSinc:BOOL=ON

in ITK's CMake build configuration. This external module will need to be manually updated from the respository.

Author

Bradley Lowekamp