Russ
0
Q:

true false array to black and white

#should convert true false to black white first with this
mask = true_false_array.astype('uint8')*255
#then mask
cv2.bitwise_and(img, img, mask = mask)
0

New to Communities?

Join the community