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 pydeepsee==0.1.4
Usage
from PyDeepSee 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.4.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.4.tar.gz.
File metadata
- Download URL: pydeepsee-0.1.4.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 |
b88b0f80e42ec09f7b80ddec8bb72da53dd67d82b9ceaa12141c7fe3e2888071
|
|
| MD5 |
8bf017dbca39d04cb817bb16e8b5fe73
|
|
| BLAKE2b-256 |
17c74fd6c4699274d54a54194e289f784dde8074e7d8e7514497b46493a1cdf8
|
File details
Details for the file pydeepsee-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pydeepsee-0.1.4-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 |
99efcc695d8495be0b07fda79a8a2f65baff57f40103262fb6f14351eaa81a5c
|
|
| MD5 |
a53b9ee6ead9176be0ca20c16e53ec56
|
|
| BLAKE2b-256 |
cdfd91aeebbf30d07eed920937cd54668b566ce9b1a72efcc611b48146142768
|