Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Histogram Equalization | Image Processing with OpenCV
Computer Vision Course Outline
course content

Course Content

Computer Vision Course Outline

Computer Vision Course Outline

1. Introduction to Computer Vision
2. Image Processing with OpenCV
3. Convolutional Neural Networks

book
Histogram Equalization

Simple Histogram Equalization

Histogram equalization improves image contrast by spreading out intensity values, making dark regions brighter and light regions darker.

Adaptive Histogram Equalization (CLAHE)

Unlike traditional histogram equalization, CLAHE (Contrast Limited Adaptive Histogram Equalization) improves local contrast while preventing over-brightening in specific areas.

Task

Swipe to start coding

You need to apply:

  • Simple histogram equalization;
  • CLAHE histogram equalization (clipLimit=2.0 and tileGridSize=(8, 8))

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 2. Chapter 5
toggle bottom row

book
Histogram Equalization

Simple Histogram Equalization

Histogram equalization improves image contrast by spreading out intensity values, making dark regions brighter and light regions darker.

Adaptive Histogram Equalization (CLAHE)

Unlike traditional histogram equalization, CLAHE (Contrast Limited Adaptive Histogram Equalization) improves local contrast while preventing over-brightening in specific areas.

Task

Swipe to start coding

You need to apply:

  • Simple histogram equalization;
  • CLAHE histogram equalization (clipLimit=2.0 and tileGridSize=(8, 8))

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 2. Chapter 5
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
We're sorry to hear that something went wrong. What happened?
some-alt