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.0.tar.gz
(61.5 kB
view details)
Built Distribution
vidi3d-1.3.0-py3-none-any.whl
(65.7 kB
view details)
File details
Details for the file vidi3d-1.3.0.tar.gz
.
File metadata
- Download URL: vidi3d-1.3.0.tar.gz
- Upload date:
- Size: 61.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a37b11ada16780b17a39c3bdda538faed05ef3998578ba974ea34e612a811e6 |
|
MD5 | 1ee3d3d01626354e6b8298f56bc232a1 |
|
BLAKE2b-256 | c695e749a3db4decb37ff67ae682a35482ea6d9530e23c0812e9f91930c18a9a |
File details
Details for the file vidi3d-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: vidi3d-1.3.0-py3-none-any.whl
- Upload date:
- Size: 65.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d5f4f89b65b6c33618ab0d49d0296ba07c919b5ef3bfc88e6f5d5d9202d6a2c |
|
MD5 | fca06d963305c0b58bcc46d8f231cf0b |
|
BLAKE2b-256 | 047354b921682496816b2b810be7d3c2d7d5167ab7729818ad41054b45389e3c |