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
- Host: GitHub
- URL: https://github.com/kitwaremedical/itkrleimage
- Owner: KitwareMedical
- License: apache-2.0
- Created: 2016-07-15T15:52:16.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T19:48:01.000Z (over 1 year ago)
- Last Synced: 2025-03-24T12:55:32.916Z (about 1 year ago)
- Topics: imaging, itk, itk-module, run-length-encoding
- Language: C++
- Size: 1 MB
- Stars: 4
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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."