# image_processing
Description,
The package image_processing is used to:
iamge_processing is used to:
Processing:
- Histogram matching
- Structural similarity
- Resize 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 image_processing
''''bash
pip install image_processing
''''
## Usage
''''python
from image_processing import file1_name
file1_name.my_function()
''''
## Author
Andrew Mendes
## License
[MIT] (https://choosealicense.com)
Raw data
{
"_id": null,
"home_page": "https://github.com/andrewgms2005/image-processing-package.git",
"name": "firstpackage-upload",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "image processing",
"author": "Andrew Mendes",
"author_email": "reznort06@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/86/91/a47487c858a0363afb69d6b45029ea9df7aac7ca5beb834500b4808ba403/firstpackage_upload-0.0.1.tar.gz",
"platform": null,
"description": "# image_processing\r\n\r\nDescription,\r\nThe package image_processing is used to:\r\n iamge_processing is used to:\r\n Processing:\r\n - Histogram matching\r\n - Structural similarity\r\n - Resize image\r\n Utils:\r\n - Read image\r\n - Save image\r\n - Plot image\r\n - Plot result\r\n - Plot histogram\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install image_processing\r\n\r\n''''bash\r\npip install image_processing\r\n''''\r\n\r\n## Usage \r\n\r\n''''python\r\nfrom image_processing import file1_name\r\nfile1_name.my_function()\r\n''''\r\n\r\n## Author\r\nAndrew Mendes\r\n\r\n\r\n## License\r\n[MIT] (https://choosealicense.com)\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A simple package that I cloned from Digital Innovation One studying for data engineering with Python.",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/andrewgms2005/image-processing-package.git"
},
"split_keywords": [
"image",
"processing"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f0cb6eed48172c4e30cf646aedaf8826d51fcd42c1c9bb6e469b458432ff50fc",
"md5": "39bc495b29b5a25e667bf9edf68bf7ea",
"sha256": "94fb036844816d218871dfb39bc2a2d1e987a700738a95cd8123df4bdd124058"
},
"downloads": -1,
"filename": "firstpackage_upload-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "39bc495b29b5a25e667bf9edf68bf7ea",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 1568,
"upload_time": "2024-10-28T13:24:03",
"upload_time_iso_8601": "2024-10-28T13:24:03.022883Z",
"url": "https://files.pythonhosted.org/packages/f0/cb/6eed48172c4e30cf646aedaf8826d51fcd42c1c9bb6e469b458432ff50fc/firstpackage_upload-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8691a47487c858a0363afb69d6b45029ea9df7aac7ca5beb834500b4808ba403",
"md5": "7c158651df3463eedb87ea40f7eff822",
"sha256": "dcaeae5563e770b0ffc5435102afaee32e6876b6eb89cabb4641e7f076601d95"
},
"downloads": -1,
"filename": "firstpackage_upload-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "7c158651df3463eedb87ea40f7eff822",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 1536,
"upload_time": "2024-10-28T13:24:04",
"upload_time_iso_8601": "2024-10-28T13:24:04.294649Z",
"url": "https://files.pythonhosted.org/packages/86/91/a47487c858a0363afb69d6b45029ea9df7aac7ca5beb834500b4808ba403/firstpackage_upload-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-28 13:24:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "andrewgms2005",
"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": "firstpackage-upload"
}