openjphpy

A Python wrapper for OpenJPH for encoding/decoding High-Throughput JPEG 2000 (HTJ2K)

https://github.com/biointelligence-lab/openjphpy

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.4%) to scientific vocabulary

Keywords

dicom htj2k medical-imaging open-source openjph python
Last synced: 6 months ago · JSON representation ·

Repository

A Python wrapper for OpenJPH for encoding/decoding High-Throughput JPEG 2000 (HTJ2K)

Basic Info
  • Host: GitHub
  • Owner: BioIntelligence-Lab
  • License: bsd-2-clause
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage:
  • Size: 10 MB
Statistics
  • Stars: 7
  • Watchers: 2
  • Forks: 1
  • Open Issues: 2
  • Releases: 1
Topics
dicom htj2k medical-imaging open-source openjph python
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

openjphpy

Note: This repository is currently work in progress. Please contact us for more details here.

What is openjphpy?

A Python wrapper for OpenJPH to enable encoding and/or decoding High-Throughput JPEG 2000 (HTJ2K) images.

In short, OpenJPH is an open-source implementation of the HTJ2K codec (JPEG2000 Part 15, ISO/IEC 15444-15, and ITU-T T.814), supporting features defined in JPEG 2000 Part 1. The code is written in C++ with color and wavelet transform steps taking advantage of SIMD instructions on Intel platforms. Unfortunately, this restricts encoding and/or decoding on image data directly from other commonly used programming languages. For example, another project openjphjs, developed by Chris Hafey, brings OpenJPH's capabilities to Javascript. Similarly, we aim to bring these capabilities to Python with direct support for HTJ2K encoding/decoding using openjphpy.

We use openjphpy in our implementation of the Medical Image Streaming Toolkit (MIST), an open-source toolkit to operationalize and democratize progressive resolution for large-scale medical imaging data infrastructures to accelerate data transmission and AI modelling. You can read our paper on MIST here.

Resources

For more resources regarding HTJ2K, please refer to: - HTJ2K White Paper - High throughput JPEG 2000 (HTJ2K): Algorithm, performance and potential - High throughput block coding in the HTJ2K compression standard

Citation

If you use openjphpy in your publication, please cite the following:

  • GitHub text @software{openjphpy, author = {Kulkarni, Pranav}, title = {{openjphpy}}, month = {July}, year = {2023}, url = {https://github.com/UM2ii/openjphpy} }
  • Publication text @article{kulkarni2023one, title={One Copy Is All You Need: Resource-Efficient Streaming of Medical Imaging Data at Scale}, author={Kulkarni, Pranav and Kanhere, Adway and Siegel, Eliot and Yi, Paul H and Parekh, Vishwa S}, journal={arXiv preprint arXiv:2307.00438}, year={2023} }

Getting Started

Currently, openjphpy can be installed from pip or installed manually from source.

text pip install openjphpy

Manual Installation

text git clone --recurse-submodules https://github.com/UM2ii/openjphpy pip install -e openjphpy/

Documentation for openjphpy is available here.

Note: openjphpy is only supported on Linux based environments with support for other environments coming in the future.

Example Notebook

We have provided an example notebook in this repository, along with 10 test images, to experiment with. You can find the example notebook here.

We also provide 15 sample medical images across X-ray, MRI, and CT modalities (5 images per modality), with data sourced from the NIH Chest X-Ray 14 and Medical Segmentation Decathlon (MSD) datasets. For portability, all data is stored as npy files.

Note: CT data is stored as uint16 and not in Hounsfield units.

Limitations

Currently, openjphpy does not support encoding signed data and can only encode imaging data with types 8-bit and 16-bit unsigned integers (uint8 and uint16). If pixel values fall outside the range [0, 65,535], an error may be raised (strict mode) or values will be clipped (non-strict mode). Precision is automatically chosen based on image data's dynamic range.

Future Work

In the future, we intend to extend support to non-Linux environments. Similarly, we intend to employ a similar approach used by openjphjs to integrate native C++ code directly into Python. While our current implementation supports the entire feature set of OpenJPH, it is not computationally optimized. We invite collaborators in the open-source community to help integrate with OpenJPH's native C++ code with direct encode/decode capabilities in Python.

Contact

If you have any questions about openjphpy, please contact us here.

Owner

  • Name: BioIntelligence-Lab
  • Login: BioIntelligence-Lab
  • Kind: organization

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: openjphpy
type: software
authors:
  - given-names: Pranav
    family-names: Kulkarni
    email: pkulkarni@som.umaryland.edu
    affiliation: University of Maryland School of Medicine
repository-code: 'https://github.com/UM2ii/openjphpy'
license: BSD-2-Clause

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1