dandanleinad-image-processing


Namedandanleinad-image-processing JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/DandanLeinad/image-processing-package
Summaryimage Processing Package using skimage
upload_time2024-01-23 15:45:28
maintainer
docs_urlNone
authorDaniel
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements numpy setuptools scikit-image
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # package_name

Description. 
The package package_name is used to:
	Processing:
		- Histrogram Matching
		- Structural similarity
		- Resize image
	Utils:
		- Read image
		- Save image
		- Plot image
		- Plot result
		- Plot histrogram


## Installation

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

```bash
pip install package_name
```

## Usage

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

## Author
Daniel

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DandanLeinad/image-processing-package",
    "name": "dandanleinad-image-processing",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Daniel",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "# package_name\r\n\r\nDescription. \r\nThe package package_name is used to:\r\n\tProcessing:\r\n\t\t- Histrogram Matching\r\n\t\t- Structural similarity\r\n\t\t- Resize image\r\n\tUtils:\r\n\t\t- Read image\r\n\t\t- Save image\r\n\t\t- Plot image\r\n\t\t- Plot result\r\n\t\t- Plot histrogram\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 package_name\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\nDaniel\r\n\r\n## License\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "image Processing Package using skimage",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/DandanLeinad/image-processing-package"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c22215c22c31bea8bfcc2c3d45ae0d146c60a33ff638b63eba1e238f784e71fd",
                "md5": "19c58b57d57ac9a71d1efdfa42e51396",
                "sha256": "074d119b3b5dfe63f226e38aa69591b22f6b63729e099d78d5e55ae1bd6b2452"
            },
            "downloads": -1,
            "filename": "dandanleinad_image_processing-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "19c58b57d57ac9a71d1efdfa42e51396",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3919,
            "upload_time": "2024-01-23T15:45:28",
            "upload_time_iso_8601": "2024-01-23T15:45:28.346731Z",
            "url": "https://files.pythonhosted.org/packages/c2/22/15c22c31bea8bfcc2c3d45ae0d146c60a33ff638b63eba1e238f784e71fd/dandanleinad_image_processing-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-23 15:45:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DandanLeinad",
    "github_project": "image-processing-package",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "scikit-image",
            "specs": []
        }
    ],
    "lcname": "dandanleinad-image-processing"
}
        
Elapsed time: 0.16658s