image-procession


Nameimage-procession JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/lexsouza83/image-processing-package.git
SummaryImage Processing Package using Skimage
upload_time2024-10-05 02:14:51
maintainerNone
docs_urlNone
authorAlex
requires_python>=3.5
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # image_processing

Description. 
The package image_processing is used to:
	Processing:
		- Histogram matching
		- Structural similarity
		- Rezise image
	Utils:
		- Read image
		- Save image
		- Plot image
		- Plot result
		- Plot histogram

## Installation

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

```bash
pip install image_processing
```

## Usage

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

## Author
Alex

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lexsouza83/image-processing-package.git",
    "name": "image-procession",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": null,
    "author": "Alex",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/38/87/c62c53105ee9ffd1eae7069f3d29a2fb431cb4ea31a40af4f9ba3e894841/image_procession-0.0.2.tar.gz",
    "platform": null,
    "description": "# image_processing\n\nDescription. \nThe package image_processing is used to:\n\tProcessing:\n\t\t- Histogram matching\n\t\t- Structural similarity\n\t\t- Rezise image\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 histogram\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name\n\n```bash\npip install image_processing\n```\n\n## Usage\n\n```python\nfrom package_name.module1_name import file1_name\nfile1_name.my_function()\n```\n\n## Author\nAlex\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Image Processing Package using Skimage",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/lexsouza83/image-processing-package.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86acf6154888c5bebe9f738e087248c46604b94536ae427a667cc1e013ce1532",
                "md5": "9c0bca43593b99929fa77367199c3a1d",
                "sha256": "86dea64d1c4038e5b48989d36d03795eb169eb5fc6fcf0af46c6c93332574050"
            },
            "downloads": -1,
            "filename": "image_procession-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c0bca43593b99929fa77367199c3a1d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 3780,
            "upload_time": "2024-10-05T02:14:49",
            "upload_time_iso_8601": "2024-10-05T02:14:49.924399Z",
            "url": "https://files.pythonhosted.org/packages/86/ac/f6154888c5bebe9f738e087248c46604b94536ae427a667cc1e013ce1532/image_procession-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3887c62c53105ee9ffd1eae7069f3d29a2fb431cb4ea31a40af4f9ba3e894841",
                "md5": "ea396469d43e75d03f07dff526cf29f2",
                "sha256": "8a0c50777c2750aa4f57174b3cf5771669a584201a94323d2a0c41c472b82b15"
            },
            "downloads": -1,
            "filename": "image_procession-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ea396469d43e75d03f07dff526cf29f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 2651,
            "upload_time": "2024-10-05T02:14:51",
            "upload_time_iso_8601": "2024-10-05T02:14:51.339493Z",
            "url": "https://files.pythonhosted.org/packages/38/87/c62c53105ee9ffd1eae7069f3d29a2fb431cb4ea31a40af4f9ba3e894841/image_procession-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-05 02:14:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lexsouza83",
    "github_project": "image-processing-package",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "image-procession"
}
        
Elapsed time: 0.34808s