Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 378 Bytes

File metadata and controls

9 lines (8 loc) · 378 Bytes

Part I:

  • 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.

Part II:

  • 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.