An open API service indexing awesome lists of open source software.

https://github.com/blowekamp/itkstreamingsinc

An ITK external module for filters consuming images in a streaming fashion
https://github.com/blowekamp/itkstreamingsinc

itk-module

Last synced: 10 months ago
JSON representation

An ITK external module for filters consuming images in a streaming fashion

Awesome Lists containing this project

README

          

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