Metadata-Version: 2.4
Name: pandu
Version: 2.2.2
Summary: A package for image processing practicals
Home-page: https://github.com/bhotmarunga/bhotmarunga
Author: Ja*es5 Shinde
Author-email: Shine Saheb <your.email@example.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: scikit-image
Dynamic: license-file

# Image Processing Package

This package contains various practicals for image processing, including morphological operations, edge detection, and more.

## Installation
```bash
pip install pandu
