Visualizes 3d/4d NumPy arrays using Matplotlib and PyQt5.
Project description
vidi3d
Visualizes 3D/4D NumPy arrays using Matplotlib and PyQt5.
Installation and Requirements
The following libraries are required:
- Python 3
- Numpy: General purpose array-processing package.
- Matplotlib: Python plotting package .
- PyQt5: Python bindings for Qt application framework.
To install, use: pip3 install vidi3d.
The software can also be found at https://github.com/AlanKuurstra/vidi3d.
Usage
import vidi3d as v
# compare a list of 2d images (an additional temporal dimension is optional)
v.compare2d(listOf2dImages)
# compare a list of 3d images (an additional temporal dimension is optional)
v.compare3d(listOf3dImages)
Some simple examples can be found in the Examples/
folder.
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
vidi3d-1.3.5.tar.gz
(61.5 kB
view details)
Built Distribution
vidi3d-1.3.5-py3-none-any.whl
(65.7 kB
view details)
File details
Details for the file vidi3d-1.3.5.tar.gz
.
File metadata
- Download URL: vidi3d-1.3.5.tar.gz
- Upload date:
- Size: 61.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71d95cf06f72e984f6bd1cfac53fa9eaebb8a75ae09e620d568c5ee22aa66476 |
|
MD5 | dce932fe046ba538f7ea157b17e3f25b |
|
BLAKE2b-256 | 60abc68d9199689982e2c7d6707839f048aff63b83b165ca3771c14e26d9bbfd |
File details
Details for the file vidi3d-1.3.5-py3-none-any.whl
.
File metadata
- Download URL: vidi3d-1.3.5-py3-none-any.whl
- Upload date:
- Size: 65.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f0130a97974dbfeee2b12ebc34eab39bab152b13e76561273f787dec6a8bb55 |
|
MD5 | 97ac59a6df49c868b6a926f3085bde76 |
|
BLAKE2b-256 | add7150aa9e228b82e843102cfda4cf6804b99ca5907a05b8882912b6703c4a2 |