light-distribution-analysis


Namelight-distribution-analysis JSON
Version 0.2.0.1 PyPI version JSON
download
home_page
SummaryAnalyze the flux of images based on wavelength and frequency
upload_time2023-09-06 13:38:32
maintainer
docs_urlNone
authorViktor Veselov
requires_python
license
keywords light distribution analysis flux wavelength frequency images
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Light-Distribution-Analysis

For more details, you can visit the [Documentation](https://github.com/SweatyCrayfish/light-distribution-analysis).

## Overview

Light-Distribution-Analysis is a Python package designed for the analysis of light distribution in images. The package utilizes OpenCV, NumPy, and Matplotlib to enable in-depth yet simple analysis of the flux and power in images based on their wavelength and frequency representations.

## Features

- Convert RGB images to wavelength and frequency representations.
- Apply edge detection on images.
- Calculate the flux and power of images.
- Save processed images in various forms, including original, wavelength, frequency, and power images.
- Calculate similarity scores based on flux and power.
- Plot power images.
- Export flux and power data to a CSV file for further analysis (feature planned).

## Installation

To install Light-Distribution-Analysis, run the following command in your terminal:

```bash
pip install light-distribution-analysis

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "light-distribution-analysis",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "light distribution analysis flux wavelength frequency images",
    "author": "Viktor Veselov",
    "author_email": "lipovkaviktor@yahoo.com",
    "download_url": "https://files.pythonhosted.org/packages/b3/53/823b447fdeca11338f1259d84195a70cd818435f8158593850bc0a5d22bc/light-distribution-analysis-0.2.0.1.tar.gz",
    "platform": null,
    "description": "# Light-Distribution-Analysis\r\n\r\nFor more details, you can visit the [Documentation](https://github.com/SweatyCrayfish/light-distribution-analysis).\r\n\r\n## Overview\r\n\r\nLight-Distribution-Analysis is a Python package designed for the analysis of light distribution in images. The package utilizes OpenCV, NumPy, and Matplotlib to enable in-depth yet simple analysis of the flux and power in images based on their wavelength and frequency representations.\r\n\r\n## Features\r\n\r\n- Convert RGB images to wavelength and frequency representations.\r\n- Apply edge detection on images.\r\n- Calculate the flux and power of images.\r\n- Save processed images in various forms, including original, wavelength, frequency, and power images.\r\n- Calculate similarity scores based on flux and power.\r\n- Plot power images.\r\n- Export flux and power data to a CSV file for further analysis (feature planned).\r\n\r\n## Installation\r\n\r\nTo install Light-Distribution-Analysis, run the following command in your terminal:\r\n\r\n```bash\r\npip install light-distribution-analysis\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Analyze the flux of images based on wavelength and frequency",
    "version": "0.2.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/SweatyCrayfish/light-distribution-analysis/issues",
        "Source Code": "https://github.com/SweatyCrayfish/light-distribution-analysis"
    },
    "split_keywords": [
        "light",
        "distribution",
        "analysis",
        "flux",
        "wavelength",
        "frequency",
        "images"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb1332b8e932b10ffb143a74e565b42a0e3f737a9a28473a0d1a56c9b36fd943",
                "md5": "50763ffd9c995f83b8dca5b2391cd64c",
                "sha256": "a457ba123cccff044592d4d90bff60a21af0ec708ad021c1cb6eacb40e10c288"
            },
            "downloads": -1,
            "filename": "light_distribution_analysis-0.2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "50763ffd9c995f83b8dca5b2391cd64c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7967,
            "upload_time": "2023-09-06T13:38:31",
            "upload_time_iso_8601": "2023-09-06T13:38:31.019097Z",
            "url": "https://files.pythonhosted.org/packages/fb/13/32b8e932b10ffb143a74e565b42a0e3f737a9a28473a0d1a56c9b36fd943/light_distribution_analysis-0.2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b353823b447fdeca11338f1259d84195a70cd818435f8158593850bc0a5d22bc",
                "md5": "18d6250dfdf1d6936d39c0449c52795d",
                "sha256": "378c184942d2b127f014949c39df5128141da7054172459b2438f303c4ac9935"
            },
            "downloads": -1,
            "filename": "light-distribution-analysis-0.2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "18d6250dfdf1d6936d39c0449c52795d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6442,
            "upload_time": "2023-09-06T13:38:32",
            "upload_time_iso_8601": "2023-09-06T13:38:32.059876Z",
            "url": "https://files.pythonhosted.org/packages/b3/53/823b447fdeca11338f1259d84195a70cd818435f8158593850bc0a5d22bc/light-distribution-analysis-0.2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-06 13:38:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SweatyCrayfish",
    "github_project": "light-distribution-analysis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "light-distribution-analysis"
}
        
Elapsed time: 0.11587s