changing the contrast and brightness of an image - python code example Example: increase contrast cv2 # Enhance image image_enhanced = cv2.equalizeHist(image)