Source code can be found at https://github.com/AlanKuurstra/vidi3d.
Developer will watch for topic posts with the tag: vidi3d
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.
Install: pip install vidi3d.
Usage
from vidi3d import compare2d, compare3d
# compare a list of 2d images (an additional temporal dimension is optional)
compare2d(listOf2dImages)
# compare a list of 3d images (an additional temporal dimension is optional)
compare3d(listOf3dImages)