- Import a RGB image and seperate the color in RGB channels.
- Convert it to HSV channels and display them.
- Detect the blue pixels using binary mask.
- Load and display a low-constrast grayscale image, then calculate and plot the image's histogram.
- Plot the CDF of the histogram.
- Apply CDF to enhance the image and compare histogram.