Giter VIP home page Giter VIP logo

clahe-node's Introduction

Contrast Limited Adaptive Histogram Equalization

Contrast Limited Adaptive Histogram Equalization (CLAHE) is an advanced image processing technique that aims to improve the contrast in images. Unlike standard histogram equalization, which applies a global contrast enhancement, CLAHE operates on small regions in the image called tiles or blocks, rather than the entire image. This localized approach prevents the over-amplification of noise which is a common drawback of global histogram equalization.

The algorithm divides the input image into a grid of non-overlapping tiles, then applies histogram equalization to each tile independently. To mitigate the issue of noise amplification in homogeneous areas, CLAHE introduces a contrast limiting step. This step involves clipping the histogram at a predefined value before computing the cumulative distribution function. If any histogram bin is above the specified contrast limit, the excess is distributed evenly to other bins before applying the histogram equalization. This redistribution of intensity values prevents the overemphasis of any particular brightness level within an image.

After histogram equalization is applied to each tile, the borders between tiles will likely be discontinuous. To solve this, CLAHE interpolates the pixel values at these borders, resulting in a smooth transition between adjacent tiles.

CLAHE is particularly useful in scenarios where you need to enhance the local contrast and define edges in each region of an image without significantly altering the overall image appearance.

clahe-node's People

Contributors

veydlin avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.