To write a Python program using OpenCV to perform histogram equalization on both grayscale and color images to enhance image contrast and brightness. The program performs the following operations: ...