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.3.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.3.tar.gz.
File metadata
- Download URL: pydeepsee-0.1.3.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 |
564b5d55ffe98883d119b99d53b3c9f15b14b305d2f51ba0ab332a3176f1b0cb
|
|
| MD5 |
5f56a002b357f6bcecf0c42da70f7ad6
|
|
| BLAKE2b-256 |
a20de929d1771136a22cdef227559bef1ae7a01ce26cad83a16e82cb498b4c07
|
File details
Details for the file pydeepsee-0.1.3-py3-none-any.whl.
File metadata
- Download URL: pydeepsee-0.1.3-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 |
53306f219c6570f971538e2f5ad017d9b3cf61a58e19228f5152e949be8dc13f
|
|
| MD5 |
b08a17f4b90287427724758ad5db4ce0
|
|
| BLAKE2b-256 |
6f9baf615ea807165282c7de51b3e73cf4a448018d8a0cf61509831661a45316
|