image-processing-isabertazza


Nameimage-processing-isabertazza JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/isabertazza/image-processing-package
SummaryImage Processing Package using Skimage
upload_time2024-10-20 21:29:08
maintainerNone
docs_urlNone
authorIsadora/Karina
requires_python>=3.5
licenseNone
keywords
VCS
bugtrack_url
requirements matplotlib numpy scikit-image
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # package_name_isabertazza

Description. 
The package package_name_isabertazza is used for:
	Processing:
		- Histogram matching
		- Structural similarity
		- Resize image

	Utils:
		- Read image
		- Save image
		- Plot image
		- Plot result
		- Plot histograms

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name

```bash
pip install package_name_isabertazza
```

<!-- ## Usage

```python
from package_name.module1_name import file1_name
file1_name.my_function()
``` -->

## Author
Isadora/Karina

## License
[MIT](https://choosealicense.com/licenses/mit/)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/isabertazza/image-processing-package",
    "name": "image-processing-isabertazza",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": null,
    "author": "Isadora/Karina",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/80/ad/24ec7cdc8280c22ed4127ae4ffa7586c918742354f01c6658c79df62b153/image_processing-isabertazza-0.0.1.tar.gz",
    "platform": null,
    "description": "# package_name_isabertazza\n\nDescription. \nThe package package_name_isabertazza is used for:\n\tProcessing:\n\t\t- Histogram matching\n\t\t- Structural similarity\n\t\t- Resize image\n\n\tUtils:\n\t\t- Read image\n\t\t- Save image\n\t\t- Plot image\n\t\t- Plot result\n\t\t- Plot histograms\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name\n\n```bash\npip install package_name_isabertazza\n```\n\n<!-- ## Usage\n\n```python\nfrom package_name.module1_name import file1_name\nfile1_name.my_function()\n``` -->\n\n## Author\nIsadora/Karina\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Image Processing Package using Skimage",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/isabertazza/image-processing-package"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d6917705ee108fb12fabe2080ba29d7d51ae97e51ba5edba430e551aa0ec888",
                "md5": "de4aa50e023d931cd53a2f17ad764148",
                "sha256": "79e1dc29cbb911e95b84aaed44d100e3d7432e6a66b250e5abf8fda3cdf6284f"
            },
            "downloads": -1,
            "filename": "image_processing_isabertazza-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "de4aa50e023d931cd53a2f17ad764148",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 3947,
            "upload_time": "2024-10-20T21:29:05",
            "upload_time_iso_8601": "2024-10-20T21:29:05.534575Z",
            "url": "https://files.pythonhosted.org/packages/1d/69/17705ee108fb12fabe2080ba29d7d51ae97e51ba5edba430e551aa0ec888/image_processing_isabertazza-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80ad24ec7cdc8280c22ed4127ae4ffa7586c918742354f01c6658c79df62b153",
                "md5": "d63394df20cbc3521e984f595a8c968f",
                "sha256": "bfdff337d5f98909e5506e0666de8b839b4ef57e91149ebb9297934f16ab579e"
            },
            "downloads": -1,
            "filename": "image_processing-isabertazza-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d63394df20cbc3521e984f595a8c968f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 2752,
            "upload_time": "2024-10-20T21:29:08",
            "upload_time_iso_8601": "2024-10-20T21:29:08.450124Z",
            "url": "https://files.pythonhosted.org/packages/80/ad/24ec7cdc8280c22ed4127ae4ffa7586c918742354f01c6658c79df62b153/image_processing-isabertazza-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 21:29:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "isabertazza",
    "github_project": "image-processing-package",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scikit-image",
            "specs": [
                [
                    ">=",
                    "0.16.1"
                ]
            ]
        }
    ],
    "lcname": "image-processing-isabertazza"
}
        
Elapsed time: 0.39138s