Question: Code should be written in python using OpenCV A. Histogram Equalization: Step 1. Write a function, called myHEQ RGB(img), to apply histogram equalization directly on
Code should be written in python using OpenCV

A. Histogram Equalization: Step 1. Write a function, called myHEQ RGB(img), to apply histogram equalization directly on a color image. (1) Split the RGB channels into three, each of which is a grayscale image; (2) Apply equalization on each individual channel; (3) Merge the enhanced new channels; (4) Show the result in a window named "HEQ_RGB", and save the image to "HEQ_RGB.png
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
