Last active
December 26, 2021 10:44
-
-
Save TuringNPcomplete/74bd429407babc477a79179859d79477 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import cv2 | |
eye_arr = np.array(eye_img) | |
blue, green, red = cv2.split(eye_arr) | |
show_images([red, green, blue], titles = ['red channel', 'green channel', 'blue channel']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment