Metadata-Version: 2.4
Name: imagefilters-apoorvamdeval
Version: 0.1.0
Summary: A simple image filtering package with Averaging, Gaussian, Weighted, and Median filters.
Author-email: Apoorva Deval <apoorvamdeval@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: matplotlib
Dynamic: license-file

# imagefilters

A simple image filtering package supporting five filters:
- Averaging
- Gaussian
- Average (custom 3×3)
- Weighted Average
- Median

## Installation
```bash
pip install imagefilters
