USJ-diptools


NameUSJ-diptools JSON
Version 2024.7.18 PyPI version JSON
download
home_pagehttps://github.com/aalcaineo/diptools
SummaryA Python package to provide easy to use tools to learn and teach digital (biomedical) image processing with Python.
upload_time2024-07-18 07:38:06
maintainerNone
docs_urlNone
authorAlejandro Alcaine, PhD
requires_python>=3.10
licenseGNU General Public License v2.0
keywords digital signal processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DIPTools
Digital Image Processing Tools is a Python package to provide easy to use tools to learn and teach digital (biomedical) image processing with Python.

#### Version: 2024.07.18

## Modules:
* bitlevel: Provides functions for exploring bit-level representations of images. 
* filters: Provides basic spatial filters. 
* freqfilters: Provides basic frequency domain filters. 
* graph: Provides functionality to easily visualise images. Functions `show_image()` and `show_histogram()` are already available in the namespace. 
* pointprocessing: Provides point processing functionality, Function `plot_transformation()` is already available in the namespace.
* region: Provides region based segmentation algorithms. Functions `region_filling()` and `region_growing()` are already available in the namespace. 

## Installation and usage:

Please install this package using PiP by typing:

`pip install USJ_diptools`

Import this module as:

`import diptools as dip`

## Author:
Alejandro Alcaine, Ph.D\
CoMBA research group\
MESC Working Group on e-Cardiology\
MESC European Association of Cardiovascular Imaging (EACVI)\
lalcaine@usj.es

Faculty of Health Sciences\
University San Jorge\
Villanueva de Gallego (Zaragoza)\
Spain

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aalcaineo/diptools",
    "name": "USJ-diptools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Digital Signal Processing",
    "author": "Alejandro Alcaine, PhD",
    "author_email": "lalcaine@usj.es",
    "download_url": "https://files.pythonhosted.org/packages/8a/1f/8163da0a5f29a70606d649f5d44723abfb648f6ed5f4e5a8da3d3a1590a5/USJ_diptools-2024.7.18.tar.gz",
    "platform": null,
    "description": "# DIPTools\r\nDigital Image Processing Tools is a Python package to provide easy to use tools to learn and teach digital (biomedical) image processing with Python.\r\n\r\n#### Version: 2024.07.18\r\n\r\n## Modules:\r\n* bitlevel: Provides functions for exploring bit-level representations of images. \r\n* filters: Provides basic spatial filters. \r\n* freqfilters: Provides basic frequency domain filters. \r\n* graph: Provides functionality to easily visualise images. Functions `show_image()` and `show_histogram()` are already available in the namespace. \r\n* pointprocessing: Provides point processing functionality, Function `plot_transformation()` is already available in the namespace.\r\n* region: Provides region based segmentation algorithms. Functions `region_filling()` and `region_growing()` are already available in the namespace. \r\n\r\n## Installation and usage:\r\n\r\nPlease install this package using PiP by typing:\r\n\r\n`pip install USJ_diptools`\r\n\r\nImport this module as:\r\n\r\n`import diptools as dip`\r\n\r\n## Author:\r\nAlejandro Alcaine, Ph.D\\\r\nCoMBA research group\\\r\nMESC Working Group on e-Cardiology\\\r\nMESC European Association of Cardiovascular Imaging (EACVI)\\\r\nlalcaine@usj.es\r\n\r\nFaculty of Health Sciences\\\r\nUniversity San Jorge\\\r\nVillanueva de Gallego (Zaragoza)\\\r\nSpain\r\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v2.0",
    "summary": "A Python package to provide easy to use tools to learn and teach digital (biomedical) image processing with Python.",
    "version": "2024.7.18",
    "project_urls": {
        "Homepage": "https://github.com/aalcaineo/diptools"
    },
    "split_keywords": [
        "digital",
        "signal",
        "processing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a1f8163da0a5f29a70606d649f5d44723abfb648f6ed5f4e5a8da3d3a1590a5",
                "md5": "257443b2d72608e71e3c61e1ac41353c",
                "sha256": "33d50803a377763bc7ac67d06958ae240f12d694eda9080771a0983ed686d0a0"
            },
            "downloads": -1,
            "filename": "USJ_diptools-2024.7.18.tar.gz",
            "has_sig": false,
            "md5_digest": "257443b2d72608e71e3c61e1ac41353c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 20624,
            "upload_time": "2024-07-18T07:38:06",
            "upload_time_iso_8601": "2024-07-18T07:38:06.250314Z",
            "url": "https://files.pythonhosted.org/packages/8a/1f/8163da0a5f29a70606d649f5d44723abfb648f6ed5f4e5a8da3d3a1590a5/USJ_diptools-2024.7.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-18 07:38:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aalcaineo",
    "github_project": "diptools",
    "github_not_found": true,
    "lcname": "usj-diptools"
}
        
Elapsed time: 1.29568s