Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 222 Bytes

File metadata and controls

8 lines (7 loc) · 222 Bytes

Image-saved-in-different-formats

Read an input image and save the image in the following colour spaces.

  • HSV colour space
  • cv2.COLOR_RGB2HSV
  • YCrCb colour space
  • COLOR_BGR2YCrCb
  • Lab colour space - COLOR_BGR2Lab