ITKPOCUS - an open source library for image processing and AI of point-of-care ultrasound, based on ITK (https://pypi-hypernode.com/project/itk/)
Project description
ITKPOCUS (ITK Point-of-Care Ultrasound) Python Library
ITK Point-of-Care Ultrasound (ITKPOCUS) is an open source (Apache 2.0) collection of software libraries for the preprocessing and streaming of point-of-care ultrasound (POCUS) devices in order to support image processing and AI. It currently has levels of support for Clarius, Butterfly, Sonivate, Sonoque, and Interson probes.
The itkpocus Python package supports removing overlays, automatic cropping, and determining the physical dimensions of ultrasound video and images.
See the ITKPOCUS Github repo for source code, examples of streaming ultrasound video (Clarius, Interson, Sonivate) using OpenIGTLink, and our Roadmap.
ITKPOCUS is developed by Kitware, Inc. in collaboration with Duke University. This effort was sponsored by the U.S. Government under Other Transactions Number W81XWH-15-9-0001/W81XWH-19-9-0015 (MTEC 19-08-MuLTI-0079).
Documentation
https://itkpocus.readthedocs.io/en/latest/
Usage
The scripts provided convert manufacturer image and video files to ITK Image objects. They may also remove overlays from the ultrasound image and set the physical dimension of the image by processing the overlay ruler (when applicable).
import itk
import matplotlib.pyplot as plt
import itkpocus.sonoque as sonoque
import numpy as np
fp = '../tests/data/sonoque_axial-lateral-resolution-2020.dcm'
orig_img = itk.imread(fp)
new_img, meta = sonoque.load_and_preprocess_image(fp)
Installation
- Install https://www.ffmpeg.org/
- Add ffmpeg binary directory to your PATH
- Note: errors in this step will result in exceptions from skvideo
- Activate your virtual environment
pip install itk-pocus
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file itk-pocus-0.2.0.tar.gz
.
File metadata
- Download URL: itk-pocus-0.2.0.tar.gz
- Upload date:
- Size: 24.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a661ba9d6336fbca0c0b838be3d362e07d5dab16825175daf6390da7023e0c22 |
|
MD5 | 2b6d7478e8bd9b1dea5fd5f1330545b8 |
|
BLAKE2b-256 | d43d46181056cbcf04a5331191bfe890c92e6703f217b3e57d274f4802be85b2 |
File details
Details for the file itk_pocus-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: itk_pocus-0.2.0-py3-none-any.whl
- Upload date:
- Size: 20.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40db4f9b40d119935a2f11fbc93db62f6a8a51a356de2b214001d8cc4b44a632 |
|
MD5 | 7496cfcb39f94cb3fdb6101227735a4a |
|
BLAKE2b-256 | a328075783b6cbab4fbe86b7b439ffc04cd7b540b9970ab0fe735ff56e7cc073 |