Library for ingesting and processing voxel (3D imaging) data
Project description
Voxio: I/O package for 3D images
Usage
- Read images in parallel with
simple_read_images(image_paths); convenience function with findersimple_find_read_images(image_directory, image_format) - Read volumes that would require more than system memory in chunks, use reader to perform compute/analysis
chunk_read_stack_images(image_paths, image_reader) - Remove artifacts from volume with single object
clear_everything_but_largest_object(image_paths, output_directory) - Alternative to
scipy.ndimage.labelfor situations with insufficient memorylabel_binary_image(image_paths, output_directory) - Interpolate along the first dimension (z-axis)
morphological_interpolation_max_resolution_spacing(labeled_stack, ceiled_inter_stack_voxel_distance)
Installation
pip install voxio
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
voxio-1.0.1.tar.gz
(14.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
voxio-1.0.1-py3-none-any.whl
(18.6 kB
view details)
File details
Details for the file voxio-1.0.1.tar.gz.
File metadata
- Download URL: voxio-1.0.1.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.3 Linux/6.4.6-zen1-1-zen
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40bf8234885602be413774308081669aa57133c49e2c61f1ee9c51ceb28905bb
|
|
| MD5 |
d2753abf4da8ecd0e6879bd8eb0a2ad8
|
|
| BLAKE2b-256 |
f7932b8489558a91d3b9e6130568c7881bf02dd477d5928d9eed33f68f9333cf
|
File details
Details for the file voxio-1.0.1-py3-none-any.whl.
File metadata
- Download URL: voxio-1.0.1-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.3 Linux/6.4.6-zen1-1-zen
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2116e2d78912e75af870a2fb8ca90b779b35dbcb2224ac03612e1e2f19e56a59
|
|
| MD5 |
b3db9435be2028eda5b061a1a4a756f1
|
|
| BLAKE2b-256 |
4f149f1fc86b5a29584cb6831d8bc1ffdd312b1e1a1bb8afd1e983e90821489b
|