Metadata-Version: 2.1
Name: MotionHeatmapGenerator
Version: 0.1.0
Summary: A Python package for generating motion heatmaps from video sequences.
Home-page: https://github.com/YasirUperera/MotionHeatmapGenerator
Author: Yasir Uperera
Author-email: yasiruperera681@gmail.com
Keywords: motion heatmap
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-image

# 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.
