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.2
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.2.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.2.tar.gz.
File metadata
- Download URL: pydeepsee-0.1.2.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 |
1292b1eddaa52d7b14dd1b2748a0e695dfadc299ee71da0f3e5fdc4cd4a8f5ef
|
|
| MD5 |
b258125068ad39a70a37f8ffa228943d
|
|
| BLAKE2b-256 |
a8159ec760fe5ff0ed3bd0aa7ca654456a7c66490bbf34bc25f8f0b5420fe4dc
|
File details
Details for the file pydeepsee-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pydeepsee-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.8 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 |
d5722d60f33d0fee2d4b265a733c8c04ceefd0cf986570be9dc6ef3258f9ec3b
|
|
| MD5 |
b98c9526c453f2452102741c57c59117
|
|
| BLAKE2b-256 |
8e04fb6c56a2788764ef59482ac621a86a8e4e4d0e478fe59d1f551549332725
|