OpenCV #014 Histogram Equalization
Digital Image Processing using OpenCV (Python & C++) Highlights: In this post, we will learn what an image histogram is and why it is useful. We will also learn about how histogram equalization works and to get practical how to implement it from scratch. Let’s roll. What is a Histogram? Histogram Equalization How does it work? Implementation from scratch 1. What is a histogram? When we think of a histogram, we can interpret it as…
Read more