OpenCV Python Image Histogram

preview_player
Показать описание

In this video, I will go over image histogram in OpenCV using Python in VS Code. Histograms are very important in computer vision and can be used for thresholding and segmentation.

0:00 Introduction
0:24 What is image histogram?
0:41 Why do we need image histogram?
0:59 How does image histogram work?
1:35 Code - Gray Histogram
5:09 Code - Color Histogram
9:32 Code - Histogram of Region

Thanks for watching! If you found this video helpful, please like, subscribe and share:

Social:
Рекомендации по теме
Комментарии
Автор

You changed BGR image to RGB, so histogram colors should have changed order too.

thePavuk