- OpenCV 3 Computer Vision with Python Cookbook
- Alexey Spizhevoy Aleksandr Rybnikov
- 27字
- 2021-08-27 19:47:43
Computing image histograms
Histograms show the levels distribution in a set of values; for example, in an image. In this recipe, we understand how to compute histograms.