MotionHeatmapGenerator


NameMotionHeatmapGenerator JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/YasirUperera/MotionHeatmapGenerator
SummaryA Python package for generating motion heatmaps from video sequences.
upload_time2024-05-13 20:28:46
maintainerNone
docs_urlNone
authorYasir Uperera
requires_python>=3.6
licenseNone
keywords motion heatmap
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MotionHeatmapGenerator

![63e3bba673776bd9e9955af0_Using Heat Maps to Analyze Traffic Flow (2)](https://github.com/ylp1455/MotionHeatmapGenerator/assets/115799462/c517a69b-93fa-410d-b2c3-03205d720fea)


A Python package for generating motion heatmaps from video sequences. This package allows you to analyze areas of motion within a sequence of images by highlighting these areas in a heatmap.

## Features

- Generate motion heatmaps from a sequence of images.
- Highlight areas of motion within the images.
- Customize the appearance of the heatmap, including color intensity and smoothing.

## Installation

To install `MotionHeatmapGenerator`, you can use pip:
# MotionHeatmapGenerator# MotionHeatmapGenerator

![hqdefault](https://github.com/ylp1455/MotionHeatmapGenerator/assets/115799462/417c8a9c-0a27-4e82-b44a-6cf34980f99a)


A Python package for generating motion heatmaps from video sequences. This package allows you to analyze areas of motion within a sequence of images by highlighting these areas in a heatmap.

## Features

- Generate motion heatmaps from a sequence of images.
- Highlight areas of motion within the images.
- Customize the appearance of the heatmap, including color intensity and smoothing.

## Installation

To install `MotionHeatmapGenerator`, you can use pip:
```
pip install MotionHeatmapGenerator
```

## Usage

Here's a basic example of how to use `MotionHeatmapGenerator`:

python from MotionHeatmapGenerator import MotionHeatmapGenerator
Initialize the generator with the desired number of divisions and a list of images

generator = MotionHeatmapGenerator(num_vertical_divisions=2, num_horizontal_divisions=2, images=["image1.jpg", "image2.jpg"])
Generate the motion heatmap

generator.generate_motion_heatmap("output_heatmap.jpg")


This will generate a motion heatmap from the provided images and save it as `output_heatmap.jpg`.

## Contributing

Contributions are welcome Please feel free to submit a pull request or open an issue if you encounter any problems or have suggestions for improvements.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

pip install MotionHeatmapGenerator


## Usage

Here's a basic example of how to use `MotionHeatmapGenerator`:

python from MotionHeatmapGenerator import MotionHeatmapGenerator
Initialize the generator with the desired number of divisions and a list of images

generator = MotionHeatmapGenerator(num_vertical_divisions=2, num_horizontal_divisions=2, images=["image1.jpg", "image2.jpg"])
Generate the motion heatmap

generator.generate_motion_heatmap("output_heatmap.jpg")


This will generate a motion heatmap from the provided images and save it as `output_heatmap.jpg`.

## Contributing

Contributions are welcome Please feel free to submit a pull request or open an issue if you encounter any problems or have suggestions for improvements.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/YasirUperera/MotionHeatmapGenerator",
    "name": "MotionHeatmapGenerator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "motion heatmap",
    "author": "Yasir Uperera",
    "author_email": "yasiruperera681@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6e/bf/71df23ad6c59920d0f2038a7ae790c7141a13324ed5dc520b74996f01c86/motionheatmapgenerator-0.1.0.tar.gz",
    "platform": null,
    "description": "# MotionHeatmapGenerator\r\n\r\n![63e3bba673776bd9e9955af0_Using Heat Maps to Analyze Traffic Flow (2)](https://github.com/ylp1455/MotionHeatmapGenerator/assets/115799462/c517a69b-93fa-410d-b2c3-03205d720fea)\r\n\r\n\r\nA Python package for generating motion heatmaps from video sequences. This package allows you to analyze areas of motion within a sequence of images by highlighting these areas in a heatmap.\r\n\r\n## Features\r\n\r\n- Generate motion heatmaps from a sequence of images.\r\n- Highlight areas of motion within the images.\r\n- Customize the appearance of the heatmap, including color intensity and smoothing.\r\n\r\n## Installation\r\n\r\nTo install `MotionHeatmapGenerator`, you can use pip:\r\n# MotionHeatmapGenerator# MotionHeatmapGenerator\r\n\r\n![hqdefault](https://github.com/ylp1455/MotionHeatmapGenerator/assets/115799462/417c8a9c-0a27-4e82-b44a-6cf34980f99a)\r\n\r\n\r\nA Python package for generating motion heatmaps from video sequences. This package allows you to analyze areas of motion within a sequence of images by highlighting these areas in a heatmap.\r\n\r\n## Features\r\n\r\n- Generate motion heatmaps from a sequence of images.\r\n- Highlight areas of motion within the images.\r\n- Customize the appearance of the heatmap, including color intensity and smoothing.\r\n\r\n## Installation\r\n\r\nTo install `MotionHeatmapGenerator`, you can use pip:\r\n```\r\npip install MotionHeatmapGenerator\r\n```\r\n\r\n## Usage\r\n\r\nHere's a basic example of how to use `MotionHeatmapGenerator`:\r\n\r\npython from MotionHeatmapGenerator import MotionHeatmapGenerator\r\nInitialize the generator with the desired number of divisions and a list of images\r\n\r\ngenerator = MotionHeatmapGenerator(num_vertical_divisions=2, num_horizontal_divisions=2, images=[\"image1.jpg\", \"image2.jpg\"])\r\nGenerate the motion heatmap\r\n\r\ngenerator.generate_motion_heatmap(\"output_heatmap.jpg\")\r\n\r\n\r\nThis will generate a motion heatmap from the provided images and save it as `output_heatmap.jpg`.\r\n\r\n## Contributing\r\n\r\nContributions are welcome Please feel free to submit a pull request or open an issue if you encounter any problems or have suggestions for improvements.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\npip install MotionHeatmapGenerator\r\n\r\n\r\n## Usage\r\n\r\nHere's a basic example of how to use `MotionHeatmapGenerator`:\r\n\r\npython from MotionHeatmapGenerator import MotionHeatmapGenerator\r\nInitialize the generator with the desired number of divisions and a list of images\r\n\r\ngenerator = MotionHeatmapGenerator(num_vertical_divisions=2, num_horizontal_divisions=2, images=[\"image1.jpg\", \"image2.jpg\"])\r\nGenerate the motion heatmap\r\n\r\ngenerator.generate_motion_heatmap(\"output_heatmap.jpg\")\r\n\r\n\r\nThis will generate a motion heatmap from the provided images and save it as `output_heatmap.jpg`.\r\n\r\n## Contributing\r\n\r\nContributions are welcome Please feel free to submit a pull request or open an issue if you encounter any problems or have suggestions for improvements.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package for generating motion heatmaps from video sequences.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/YasirUperera/MotionHeatmapGenerator"
    },
    "split_keywords": [
        "motion",
        "heatmap"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37314dcebe2291587cea5307dbc31ae19aab5684c08a417a744e391492b74869",
                "md5": "fa4fe9d1f51663b5a37f9ab2003ebf9e",
                "sha256": "863042bfae5773a3f799d6e7530e0f982b7bd4ab46b199ce19ab0158365b9c0f"
            },
            "downloads": -1,
            "filename": "MotionHeatmapGenerator-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa4fe9d1f51663b5a37f9ab2003ebf9e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2989,
            "upload_time": "2024-05-13T20:28:43",
            "upload_time_iso_8601": "2024-05-13T20:28:43.775779Z",
            "url": "https://files.pythonhosted.org/packages/37/31/4dcebe2291587cea5307dbc31ae19aab5684c08a417a744e391492b74869/MotionHeatmapGenerator-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ebf71df23ad6c59920d0f2038a7ae790c7141a13324ed5dc520b74996f01c86",
                "md5": "c13d9f6660bb3eb33386f2660e438f76",
                "sha256": "a37b3a522e7e083e56d23e51a3e274bf572ac4b166eef7c3416d60effbf1bbaf"
            },
            "downloads": -1,
            "filename": "motionheatmapgenerator-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c13d9f6660bb3eb33386f2660e438f76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3275,
            "upload_time": "2024-05-13T20:28:46",
            "upload_time_iso_8601": "2024-05-13T20:28:46.165784Z",
            "url": "https://files.pythonhosted.org/packages/6e/bf/71df23ad6c59920d0f2038a7ae790c7141a13324ed5dc520b74996f01c86/motionheatmapgenerator-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-13 20:28:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "YasirUperera",
    "github_project": "MotionHeatmapGenerator",
    "github_not_found": true,
    "lcname": "motionheatmapgenerator"
}
        
Elapsed time: 2.50829s