First time here? Check out the FAQ!
answered 2020-09-15 02:00:20 -0600
you can use the mask with a lot of opencv functions, e.g.
dst = cv2.copyTo(src, mask)
or
dst = cv2.bitwise_or(src,src,mask)