I am an opencv beginner but the documentation hasn't properly explained why we use the three parameters?
res = cv2.bitwise_and(frame,frame, mask= mask)
this is the specific line i did not understand.
If anyone can help, that would be great!
Thanks in advance! :D