Skip to content

Instantly share code, notes, and snippets.

@azarnyx
Created August 18, 2022 09:36
Show Gist options
  • Save azarnyx/665890d56de1a24aa9db2cef89b48cef to your computer and use it in GitHub Desktop.
Save azarnyx/665890d56de1a24aa9db2cef89b48cef to your computer and use it in GitHub Desktop.
img_rgb = skimage.io.imread('../pics/video_red/00535.jpeg')
mask = ((img_rgb[:, :, 0] > 130) & (img_rgb[:, :, 1] < 60) & (img_rgb[:, :, 2] < 60))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment