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

https://github.com/kitwaremedical/itkrleimage

Run-length encoded memory compression scheme for an itk::Image
https://github.com/kitwaremedical/itkrleimage

imaging itk itk-module run-length-encoding

Last synced: about 1 year ago
JSON representation

Run-length encoded memory compression scheme for an itk::Image

Awesome Lists containing this project

README

          

ITKRLEImage
===========

.. image:: https://github.com/KitwareMedical/ITKRLEImage/workflows/Build,%20test,%20package/badge.svg

.. image:: https://img.shields.io/pypi/v/itk-rleimage.svg
:target: https://pypi.python.org/pypi/itk-rleimage
:alt: PyPI

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://github.com/KitwareMedical/ITKRLEImage/blob/master/LICENSE)
:alt: License

Overview
--------

Run-length encoded memory compression scheme for an `ITK `_
image.

The module provides run-length encoded storage for image content, iterators
for efficient reading and writing, and a specialization of region of
interest filter which can also be used to convert to and from regular
`itk::Image`.

License
-------

This software is distributed under the Apache 2.0 license. Please see
the *LICENSE* file for details.

Acknowledgements
----------------

This work is supported by NIH grant R01 EB014346, "Continued development and
maintenance of the ITK-SNAP 3D image segmentation software."