# vidi3d
Visualizes 3D/4D NumPy arrays using Matplotlib and PyQt5.
### Installation and Requirements
The following libraries are required:
- [Python 3](https://www.python.org/)
- [Numpy](http://www.numpy.org/): General purpose array-processing package.
- [Matplotlib](https://matplotlib.org/): Python plotting package .
- [PyQt5](https://www.riverbankcomputing.com/software/pyqt/): Python bindings for Qt application framework.
To install, use: pip3 install vidi3d.
The software can also be found at [https://github.com/AlanKuurstra/vidi3d](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.
Raw data
{
"_id": null,
"home_page": "https://github.com/AlanKuurstra/vidi3d",
"name": "vidi3d",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "3d, image, viewer, medical, numpy",
"author": "Alan Kuurstra",
"author_email": "alankuurstra@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c4/0e/4953343732aea2636f54b3a6f5eb14033227fb66873e5a8a1cda8976bf14/vidi3d-1.3.4.tar.gz",
"platform": null,
"description": "# vidi3d\nVisualizes 3D/4D NumPy arrays using Matplotlib and PyQt5.\n\n### Installation and Requirements\n\nThe following libraries are required:\n\n- [Python 3](https://www.python.org/)\n- [Numpy](http://www.numpy.org/): General purpose array-processing package.\n- [Matplotlib](https://matplotlib.org/): Python plotting package .\n- [PyQt5](https://www.riverbankcomputing.com/software/pyqt/): Python bindings for Qt application framework.\n\nTo install, use: pip3 install vidi3d.\n\nThe software can also be found at [https://github.com/AlanKuurstra/vidi3d](https://github.com/AlanKuurstra/vidi3d). \n\n### Usage\n\n import vidi3d as v\n # compare a list of 2d images (an additional temporal dimension is optional)\n v.compare2d(listOf2dImages) \n # compare a list of 3d images (an additional temporal dimension is optional)\n v.compare3d(listOf3dImages) \n\n\nSome simple examples can be found in the `Examples/` folder.\n",
"bugtrack_url": null,
"license": null,
"summary": "Visualizes 3d/4d NumPy arrays using Matplotlib and PyQt5.",
"version": "1.3.4",
"project_urls": {
"Homepage": "https://github.com/AlanKuurstra/vidi3d"
},
"split_keywords": [
"3d",
" image",
" viewer",
" medical",
" numpy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9c1f54a373fd58f6c921fa49ad8949539eb57176e3e4361197e1ba0db90661d1",
"md5": "44c1072b8491b57c2e3a88c45619dec0",
"sha256": "0e749a0e48d2fa4f1e1a3efd8be0b63e93d82dcee86cd1fe45792911d30e0b71"
},
"downloads": -1,
"filename": "vidi3d-1.3.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "44c1072b8491b57c2e3a88c45619dec0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 65745,
"upload_time": "2024-08-28T13:34:36",
"upload_time_iso_8601": "2024-08-28T13:34:36.149057Z",
"url": "https://files.pythonhosted.org/packages/9c/1f/54a373fd58f6c921fa49ad8949539eb57176e3e4361197e1ba0db90661d1/vidi3d-1.3.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c40e4953343732aea2636f54b3a6f5eb14033227fb66873e5a8a1cda8976bf14",
"md5": "0f7b209d9713af0db75cf264d363a0d0",
"sha256": "6ffddcdb4474de928b17a0e046290bffcb8f7d80eb9e26b372f2db9982b8c98a"
},
"downloads": -1,
"filename": "vidi3d-1.3.4.tar.gz",
"has_sig": false,
"md5_digest": "0f7b209d9713af0db75cf264d363a0d0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 61491,
"upload_time": "2024-08-28T13:34:38",
"upload_time_iso_8601": "2024-08-28T13:34:38.347397Z",
"url": "https://files.pythonhosted.org/packages/c4/0e/4953343732aea2636f54b3a6f5eb14033227fb66873e5a8a1cda8976bf14/vidi3d-1.3.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-28 13:34:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "AlanKuurstra",
"github_project": "vidi3d",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "vidi3d"
}