Skip to main content

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pydeepsee-0.1.2-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

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

Hashes for pydeepsee-0.1.2.tar.gz
Algorithm Hash digest
SHA256 1292b1eddaa52d7b14dd1b2748a0e695dfadc299ee71da0f3e5fdc4cd4a8f5ef
MD5 b258125068ad39a70a37f8ffa228943d
BLAKE2b-256 a8159ec760fe5ff0ed3bd0aa7ca654456a7c66490bbf34bc25f8f0b5420fe4dc

See more details on using hashes here.

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

Hashes for pydeepsee-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d5722d60f33d0fee2d4b265a733c8c04ceefd0cf986570be9dc6ef3258f9ec3b
MD5 b98c9526c453f2452102741c57c59117
BLAKE2b-256 8e04fb6c56a2788764ef59482ac621a86a8e4e4d0e478fe59d1f551549332725

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page