Histogram matching with OpenCV, scikit-image, and Python

By PyImageSearch - 2021-02-08

Description

In this tutorial, you will learn how to perform histogram matching using OpenCV and scikit-image.

Summary

  • In this tutorial, you will learn how to perform histogram matching using OpenCV and scikit-image.
  • While histogram matching can improve the aesthetics of an input image, it can also be used as a normalization technique where we “correct” an input image to make the input distribution match the reference distribution, regardless of lighting condition changes.
  • Reader Interactions Before you leave a comment... Hey, Adrian here, author of the PyImageSearch blog.
  • Ismail Thomas-BengeSenior QA Consultant and Architect PyImageSearch Plus - Get instant access to the code for this tutorial and all other 400 tutorials on PyImageSearch!

 

Topics

  1. Machine_Learning (0.37)
  2. Backend (0.2)
  3. NLP (0.15)

Similar Articles

Targeted adversarial attacks with Keras and TensorFlow

By PyImageSearch - 2020-10-26

In this tutorial, you will learn how to perform targeted adversarial attacks and construct targeted adversarial images using Keras, TensorFlow, and Deep Learning. Last week’s tutorial covered untarget ...

8 Image Processing Python Packages That You Must Try

By Medium - 2021-03-23

Python is one of the most used programming languages in the world. It is capable of doing many things with less effort and fewer lines of code. It can also be used to edit and recreate images very…