Click or drag to resize

MatBitwiseAnd Operator

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