Skip to content

Instantly share code, notes, and snippets.

@TuringNPcomplete
Created October 29, 2021 17:16
Show Gist options
  • Save TuringNPcomplete/344d12a967d6842a605e1e65fc42cc6b to your computer and use it in GitHub Desktop.
Save TuringNPcomplete/344d12a967d6842a605e1e65fc42cc6b to your computer and use it in GitHub Desktop.
import cv2
reptile_ = cv2.imread("/content/sample_1.jpg")
blue, green, red = cv2.split(reptile_)
Dim_Imsshow([red, green, blue], titles = ["red", "green", "blue"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment