Metadata-Version: 2.4
Name: qblur
Version: 0.1.0
Summary: Quantum-Inspired Image Smoothing via Decoherence Simulation
Author: Saumya
Author-email: Saumya  <saumyaprasad2004@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Saumya-Prasad
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: matplotlib
Dynamic: license-file

# qblur

**Quantum-Inspired Image Smoothing**

This package simulates quantum decoherence as image blurring.  
It treats blurring as a loss of phase coherence in the intensity field.

### Example

```python
import qblur
img = qblur.qblur_image("cameraman.png", decoherence=0.6)
