Click or drag to resize

UMatBitwiseAnd Operator

http://www.emgu.com
Overload List
  NameDescription
Public operatorStatic memberBitwiseAnd(Double, UMat)
Perform an element wise AND operation using a mat and a color
Public operatorStatic memberBitwiseAnd(MCvScalar, UMat)
Perform an element wise AND operation using a mat and a scalar
Public operatorStatic memberBitwiseAnd(UMat, MCvScalar)
Perform an element wise AND operation using a mat and a scalar
Public operatorStatic memberBitwiseAnd(UMat, UMat)
Perform an element wise AND operation on the two mats
Public operatorStatic memberBitwiseAnd(UMat, Double)
Perform an element wise AND operation using a mat and a scalar
Top
See Also