vidi3d


Namevidi3d JSON
Version 1.3.3 PyPI version JSON
download
home_pagehttps://github.com/AlanKuurstra/vidi3d
SummaryVisualizes 3d/4d NumPy arrays using Matplotlib and PyQt5.
upload_time2023-10-26 15:27:43
maintainer
docs_urlNone
authorAlan Kuurstra
requires_python>=3.8
license
keywords 3d image viewer medical numpy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "3d,image,viewer,medical,numpy",
    "author": "Alan Kuurstra",
    "author_email": "alankuurstra@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/09/1e/bfaad69165b4d07285a5132a42f35f78d6fa69865cc3e914eadc06d8bd85/vidi3d-1.3.3.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": "",
    "summary": "Visualizes 3d/4d NumPy arrays using Matplotlib and PyQt5.",
    "version": "1.3.3",
    "project_urls": {
        "Homepage": "https://github.com/AlanKuurstra/vidi3d"
    },
    "split_keywords": [
        "3d",
        "image",
        "viewer",
        "medical",
        "numpy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f33645e388c85032e6c645c3ce37b6ea672325f704aec57fa421ff5ec423823d",
                "md5": "05b278a5206487d5119da7c27f34c151",
                "sha256": "bf43a7d25ee1510f1b0bfc6eb2f2350db9fb3a04ccd773abdc244f18fd4633ee"
            },
            "downloads": -1,
            "filename": "vidi3d-1.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05b278a5206487d5119da7c27f34c151",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 65736,
            "upload_time": "2023-10-26T15:27:42",
            "upload_time_iso_8601": "2023-10-26T15:27:42.426254Z",
            "url": "https://files.pythonhosted.org/packages/f3/36/45e388c85032e6c645c3ce37b6ea672325f704aec57fa421ff5ec423823d/vidi3d-1.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "091ebfaad69165b4d07285a5132a42f35f78d6fa69865cc3e914eadc06d8bd85",
                "md5": "388cd5266249fd43f3b8057c9f653aa7",
                "sha256": "ad7b92e9d66bf125fec9ef6e6bbd4ccfded769fd7503dbcbf721b2e39f53c246"
            },
            "downloads": -1,
            "filename": "vidi3d-1.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "388cd5266249fd43f3b8057c9f653aa7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 61486,
            "upload_time": "2023-10-26T15:27:43",
            "upload_time_iso_8601": "2023-10-26T15:27:43.990956Z",
            "url": "https://files.pythonhosted.org/packages/09/1e/bfaad69165b4d07285a5132a42f35f78d6fa69865cc3e914eadc06d8bd85/vidi3d-1.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-26 15:27:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AlanKuurstra",
    "github_project": "vidi3d",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vidi3d"
}
        
Elapsed time: 0.15154s