Giter Site home page Giter Site logo

aalaa4444 / image_histogram_analysis Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 935 KB

Perform Histogram Analysis and perform various histogram-based enhancements, including histogram shift, histogram equalization, and contrast stretching. These techniques aim to improve the visual quality and enhance the contrast of digital images.

Jupyter Notebook 100.00%
contrast-enhancement contrast-stretching histogram histogram-equalization image-histogram image-processing

image_histogram_analysis's Introduction

Histogram Analysis and Contrast stretching

  1. Plot input image histogram.
    • that display the distribution of pixel intensities.
  2. Histogram shift by value.
    • Shifts the histogram by a specified value, effectively changing the brightness or contrast of the image. This operation is useful for adjusting the overall brightness level.
  3. Plot the cumulative image histogram
    • Computes and plots the cumulative histogram of the input image, providing insights into the cumulative distribution of pixel intensities.
  4. Perform histogram equalization, This technique redistributes pixel intensities to achieve a more balanced histogram.
    • Plot equalized image
    • Plot equalized image histogram.
    • Plot equalized image cumulative histogram.
  5. contrast stretching
    1. Using image histogram to deduce parameters for contrast stretching
      • Analyzes the image histogram to determine suitable parameters for contrast stretching, such as minimum and maximum intensity values.
    2. Apply contrast stretching on the corresponding image
      • Utilizes the deduced parameters to perform contrast stretching, expanding the dynamic range of pixel intensities to enhance image contrast and improve visual clarity.

image_histogram_analysis's People

Contributors

aalaa4444 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.