Last active
October 27, 2021 16:11
-
-
Save Yuktha-Majella/8e51388fe009fd6e857988ade57cb409 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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