Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What are all the parameters of bitwise_and?

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