Created
August 18, 2022 09:36
-
-
Save azarnyx/665890d56de1a24aa9db2cef89b48cef 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
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