最終更新:2018-04-19 (木) 03:12:21 (2202d)  

Cv2.BitwiseAnd
Top / Cv2.BitwiseAnd

computes bitwise conjunction of the two arrays (dst = src1 & src2)

1 and 1=1
1 and 0=0
0 and 1=0
0 and 0=0