No project description provided
Project description
Underwater Dehazer
Underwater Dehazer is a Python library for enhancing underwater images using a combination of:
- CLAHE (Contrast Limited Adaptive Histogram Equalization)
- Saturation Enhancement
- Contrast Stretching
- Bilateral Filtering
- Sharpening
It works for underwater, hazy, or low-contrast images to bring out details and improve visibility.
Installation
pip install underwater-dehazer
Useage
from underwater_dehazer import enhance_image
import cv2
result = enhance_image(
"underwater.jpg",
grid=8, # CLAHE grid size
limit=2, # CLAHE clip limit
enhance_saturation=True, # Boost colors
equalize="RGB" # Equalize specific color channels
)
cv2.imwrite("enhanced.jpg", result)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pydeepsee-0.1.tar.gz
(2.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pydeepsee-0.1.tar.gz.
File metadata
- Download URL: pydeepsee-0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f33c8b6886dfef4cdbeb10c03e8a220f2b382fac2a4b30552ed65d77b96a8895
|
|
| MD5 |
12c93acbaedf8850c9b8482859e5179f
|
|
| BLAKE2b-256 |
e631a14ba4e05969ac3a966966901fb2ec626e0b99566c148961201750eff7f2
|
File details
Details for the file pydeepsee-0.1-py3-none-any.whl.
File metadata
- Download URL: pydeepsee-0.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
266b1068eaa6ef969795927065f16762eabb7b556df2700556a0a5a51e8733d4
|
|
| MD5 |
122aab95318e6b9ba3a1452b6fd2ba73
|
|
| BLAKE2b-256 |
a9113e23bb59bd22ba4205756aefe310e883ff8a4c0959ada61545bb6bd5771e
|