image-processing-MT


Nameimage-processing-MT JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/MatheusGuerraa77/Pacote-processamento-imagens
SummaryImage Processing Package using Skimage
upload_time2024-09-20 17:56:53
maintainerNone
docs_urlNone
authorMatheus
requires_python>=3.5
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # package_name

Description. 
The package image_processing_MT 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 package_name

```bash
pip install image_processing_MT
```

## Usage

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

## Author
Matheus

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MatheusGuerraa77/Pacote-processamento-imagens",
    "name": "image-processing-MT",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": null,
    "author": "Matheus",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ad/94/12038061e1366fc6a085cfed110012c2bfaf0817db68aae6ee81e87a5770/image_processing_mt-0.0.1.tar.gz",
    "platform": null,
    "description": "# package_name\r\n\r\nDescription. \r\nThe package image_processing_MT is used to:\r\n\t### Processing:\r\n- Histogram matching\r\n- Structural similarity\r\n- Resize image\r\n\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\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name\r\n\r\n```bash\r\npip install image_processing_MT\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom package_name.module1_name import file1_name\r\nfile1_name.my_function()\r\n```\r\n\r\n## Author\r\nMatheus\r\n\r\n## License\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Image Processing Package using Skimage",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/MatheusGuerraa77/Pacote-processamento-imagens"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2dee3b9a8088e59e2b3542d57c302520cd12d834e11e0b8c0431f69fcbb4eb0",
                "md5": "49a3f0b6c008a933694e0f2072dddffb",
                "sha256": "4283096d5857c45508b525cdde22a555b07222b2ae1585d171405d9758597873"
            },
            "downloads": -1,
            "filename": "image_processing_MT-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "49a3f0b6c008a933694e0f2072dddffb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 3823,
            "upload_time": "2024-09-20T17:56:52",
            "upload_time_iso_8601": "2024-09-20T17:56:52.360544Z",
            "url": "https://files.pythonhosted.org/packages/a2/de/e3b9a8088e59e2b3542d57c302520cd12d834e11e0b8c0431f69fcbb4eb0/image_processing_MT-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad9412038061e1366fc6a085cfed110012c2bfaf0817db68aae6ee81e87a5770",
                "md5": "f2f4dcbf72856f5fecaa5508028c7ffd",
                "sha256": "db2d8ff4a9f3e6d09c62b0c340807c2693b3599c778a81e3c2a0535e6891bd23"
            },
            "downloads": -1,
            "filename": "image_processing_mt-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f2f4dcbf72856f5fecaa5508028c7ffd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 2601,
            "upload_time": "2024-09-20T17:56:53",
            "upload_time_iso_8601": "2024-09-20T17:56:53.464885Z",
            "url": "https://files.pythonhosted.org/packages/ad/94/12038061e1366fc6a085cfed110012c2bfaf0817db68aae6ee81e87a5770/image_processing_mt-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-20 17:56:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MatheusGuerraa77",
    "github_project": "Pacote-processamento-imagens",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "image-processing-mt"
}
        
Elapsed time: 0.33110s