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
Useage
from pydeepsee import enchance_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.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.1.tar.gz.
File metadata
- Download URL: pydeepsee-0.1.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 |
71541e0574d3e957de5dc8ec7280ea14912b316836606c83a63a936cbd520a24
|
|
| MD5 |
5bec7ef2a5b05d52c4ab56cded7a971f
|
|
| BLAKE2b-256 |
0ac0c8f7bc54d35b1dd6ac659e42311d21bb7b6fdda773bdb01607f1ab385a02
|
File details
Details for the file pydeepsee-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pydeepsee-0.1.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 |
121cb37941910b609cbb565870501da41c71c8654484a9f205a70e096d8a082d
|
|
| MD5 |
c5991b6d3829c985be0b95bd65997a82
|
|
| BLAKE2b-256 |
30a06331f8211477d4f22f4fda2f7588ff63c6d4c7d5cde907caac110a70842f
|