Aashutosh Exp6
Aashutosh Exp6
IMAGE_SHAPE = (500,450)
In [ ]: img = Image.open("image6.jpg").resize(IMAGE_SHAPE)
img
Out[ ]:
Histogram Equalization: Histogram Equalization is an image processing technique that adjusts the
contrast of an image by using its histogram. To enhance the image's contrast, it spreads out the most
frequent pixel intensity values or stretches out the intensity range of the image
'Equalized Image'