Skip to main content

This module attempts to enhance contrast of a given image by equalizing its two dimensional histogram.

Project description

PyPI Latest Release Package Status Downloads License Repository Size

im2dhisteq

This module attempts to enhance contrast of a given image by equalizing its two dimensional histogram. An easy way to enhance quality of a given image is to just equalize its histogram, but despite using minimum resources and a very short process time, there are a lot of drawbacks to it. One of the ways to tackle drawbacks of histogram equalization method is to instead equalize the image's two dimensional histogram, as one dimensional histogram of a given image does not contain the image's contextual information. Tests on a multitude of images has shown, by taking contextual information of an image in addition to the image's histogram into account when attempting to enhance contrast, output images are significantly better in quality in compare to histogram equalizaion and a handful of other known methods.

You can access the article that came up with this method here.

Two Dimensional Histogram

Here is the source code for the im2dhist python library with a short description on how it's done.

Installation

Run the following to install:

pip install im2dhisteq

Usage

For images

im2dhisteq --input 'cloudy-day.jpg' --output 'assets/cloudy-day-2dhisteq.jpg' --w 6

For videos

vid2dhisteq --input 'video-input.mp4' --output 'video-output-enhanced.mp4' --w 6

Speed up

The speed of the program can be significantly increased if the go library lib-im2dhist.go in src/go_libs in the package is compiled and moved to a dir in the system path. To compile, first make sure go is installed on your system. Then run

go mod init lib-im2dhist.go
go mod tidy

followed by running the script make-library.

Download binary

Instead of compiling the go library lib-im2dhist.go, you can download the library based on your system configuration:

Showcase

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

im2dhisteq-1.1.0.tar.gz (22.0 kB view details)

Uploaded Source

Built Distribution

im2dhisteq-1.1.0-py3-none-any.whl (21.3 kB view details)

Uploaded Python 3

File details

Details for the file im2dhisteq-1.1.0.tar.gz.

File metadata

  • Download URL: im2dhisteq-1.1.0.tar.gz
  • Upload date:
  • Size: 22.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for im2dhisteq-1.1.0.tar.gz
Algorithm Hash digest
SHA256 f6aa10f15ca22d3761774559c25c59218907d6a3874b00e68636549a3cc36810
MD5 3fb2a41a2f837bdfa0743d770e51009b
BLAKE2b-256 147c04a8ed2691856b333d2bb7a664f6db0ede2dd7b58421476aa2d34b6bb3dc

See more details on using hashes here.

File details

Details for the file im2dhisteq-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: im2dhisteq-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 21.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for im2dhisteq-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 330bc853d5236787f042cc66a210a2773f64bbab99767f1a4696a71a6058ce8d
MD5 7778c56eafa006520e91ed75516b4c9c
BLAKE2b-256 03d064476630ad6ff825daf9d6d238fd6a964e0549bd964f1e2a63afb2e1a115

See more details on using hashes here.

Supported by

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