Skip to content

Instantly share code, notes, and snippets.

@Yuktha-Majella
Last active October 27, 2021 16:11
Show Gist options
  • Save Yuktha-Majella/8e51388fe009fd6e857988ade57cb409 to your computer and use it in GitHub Desktop.
Save Yuktha-Majella/8e51388fe009fd6e857988ade57cb409 to your computer and use it in GitHub Desktop.
blue = np.uint8([[[255,0,0]]])
hsv_blue = cv2.cvtColor(blue,cv2.COLOR_BGR2HSV)
print("HSV value of Blue: ", hsv_blue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment