- Hands-On Image Processing with Python
- Sandipan Dey
- 53字
- 2025-02-22 06:42:35
Computing the cumulative distribution function of an image
We can compute the cumulative distribution function (CDF) for a given image with the cumulative_distribution() function, as we shall see in the image enhancement chapter. For now, the reader is encouraged to find the usage of this function to compute the CDF.