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
- Host: GitHub
- URL: https://github.com/blowekamp/itkstreamingsinc
- Owner: blowekamp
- License: apache-2.0
- Created: 2013-08-27T18:10:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T15:41:20.000Z (almost 7 years ago)
- Last Synced: 2023-03-11T05:48:07.053Z (over 3 years ago)
- Topics: itk-module
- Language: C++
- Size: 76.2 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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