Skip to content

Instantly share code, notes, and snippets.

@Yuktha-Majella
Created October 26, 2021 15:14
Show Gist options
  • Save Yuktha-Majella/0ae9efcfd863755802f9a3bfb9de4b71 to your computer and use it in GitHub Desktop.
Save Yuktha-Majella/0ae9efcfd863755802f9a3bfb9de4b71 to your computer and use it in GitHub Desktop.
#Setting all values of Green channel in image to 0
img[:,:,1] = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment